Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afssvrmgr / cmdline.h
1 #ifndef CMDLINE_H
2 #define CMDLINE_H
3
4 /*
5  * TYPEDEFS _________________________________________________________________
6  *
7  */
8
9 typedef enum
10    {
11    opCLOSEAPP,  // close the application entirely
12    opNORMAL,    // proceed normally
13    opNOCELLDIALOG,      // ...but don't ask for a cell
14    opLOOKUPERRORCODE,   // just show the "lookup error code" dlg
15    } CMDLINEOP;
16
17 CMDLINEOP ParseCommandLine (LPTSTR pszCmdLine);
18
19
20 #endif
21