mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
5 lines
92 B
C
5 lines
92 B
C
typedef struct s_xpi {
|
|
CString xpiname;
|
|
CString filename;
|
|
} XPI;
|
|
void CreateRshell(void); |