mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
5 lines
92 B
C
5 lines
92 B
C
typedef struct s_xpi {
|
|
CString xpiname;
|
|
CString filename;
|
|
} XPI;
|
|
void CreateRshell(void); |