mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
06e514cc08
Patch file to include function headers for CCK mail/news customization
16 lines
275 B
C
16 lines
275 B
C
typedef struct s_xpi {
|
|
CString xpiname;
|
|
CString filename;
|
|
} XPI;
|
|
typedef struct s_jar {
|
|
CString jarname;
|
|
CString filename;
|
|
} JAR;
|
|
|
|
void CreateRshell(void);
|
|
void CreateHelpMenu(void);
|
|
void CreateBuddyList(void);
|
|
void CreateIspMenu(void);
|
|
void CreateNewsMenu(void);
|
|
|