mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
2012315e5a
svn path=/trunk/; revision=34303
18 lines
325 B
C
18 lines
325 B
C
///////////////////////////////////////////////////
|
|
//
|
|
// main.h
|
|
// main.cpp's lumber room :)
|
|
///////////////////////////////////////////////////
|
|
|
|
#include <package.h>
|
|
|
|
int Argc;
|
|
char **Argv;
|
|
BOOL done = FALSE;
|
|
|
|
int Help (void);
|
|
int Install (void);
|
|
int Show (void);
|
|
|
|
int SetStatus (int status1, int status2, WCHAR* text);
|