/*
** OpenURL - MUI preferences for openurl.library
** Written by Troels Walsted Hansen <troels@thule.no>
** Placed in the public domain.
**
** Defines external symbols exported from prefs_main.c.
*/

extern struct IntuitionBase *IntuitionBase;
extern struct Library *MUIMasterBase, *UtilityBase, *OpenURLBase;
extern struct MUI_CustomClass *AppListClass, *BrowserEditWinClass, *MailerEditWinClass;
extern STRPTR stringclassname, listviewclassname, listclassname;
