mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
12 lines
216 B
C
12 lines
216 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); |