Annotation of truecrypt/common/cmdline.h, revision 1.1.1.2

1.1.1.2 ! root        1: /* Copyright (C) 2004 TrueCrypt Foundation
1.1       root        2:    This product uses components written by Paul Le Roux <[email protected]> */
                      3: 
                      4: #define HAS_ARGUMENT   1
                      5: #define HAS_NO_ARGUMENT !HAS_ARGUMENT
                      6: 
                      7: typedef struct argument_t
                      8: {
                      9:        char long_name[16];
                     10:        char short_name[8];
                     11: } argument;
                     12: 
                     13: typedef struct argumentspec_t
                     14: {
                     15:        argument *args;
                     16:        int              arg_cnt;
                     17: } argumentspec;
                     18: 
                     19: /* Everything below this line is automatically updated by the -mkproto-tool- */
                     20: 
                     21: BOOL WINAPI CommandHelpDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam );
                     22: int Win32CommandLine ( char *lpszCommandLine , char ***lpszArgs );
                     23: int GetArgSepPosOffset ( char *lpszArgument );
                     24: int GetArgumentID ( argumentspec *as , char *lpszArgument , int *nArgPos );
                     25: int GetArgumentValue ( char **lpszCommandLineArgs , int nArgPos , int *nArgIdx , int nNoCommandLineArgs , char *lpszValue , int nValueSize );

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.