mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
4ecee92b1a
Merging CCK_IB_BRANCH into trunk reviewed by smeredith@netscape.com, shrutiv@netscape.com
20 lines
353 B
C
20 lines
353 B
C
#define MID_SIZE 512
|
|
|
|
typedef struct s_xpi {
|
|
CString xpiname;
|
|
CString filename;
|
|
} XPI;
|
|
typedef struct s_jar {
|
|
CString jarname;
|
|
CString filename;
|
|
} JAR;
|
|
|
|
int StartIB(void);
|
|
BOOL FillGlobalWidgetArray(CString);
|
|
void CreateRshell(void);
|
|
void CreateHelpMenu(void);
|
|
void CreateBuddyList(void);
|
|
void CreateIspMenu(void);
|
|
void CreateNewsMenu(void);
|
|
|