Changeset 2641 for box/trunk/bin/bbackupquery/BackupQueries.h
- Timestamp:
- 25/02/2010 23:20:27 (2 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupquery/BackupQueries.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupquery/BackupQueries.h
r2430 r2641 20 20 class Configuration; 21 21 class ExcludeList; 22 23 typedef struct 24 { 25 const char* name; 26 const char* opts; 27 } 28 QueryCommandSpecification; 29 30 // Data about commands 31 extern QueryCommandSpecification commands[]; 32 33 typedef enum 34 { 35 Command_Quit = 0, 36 Command_Exit, 37 Command_List, 38 Command_pwd, 39 Command_cd, 40 Command_lcd, 41 Command_sh, 42 Command_GetObject, 43 Command_Get, 44 Command_Compare, 45 Command_Restore, 46 Command_Help, 47 Command_Usage, 48 Command_Undelete, 49 Command_Delete, 50 } 51 CommandType; 52 53 extern const char *alias[]; 54 extern const int aliasIs[]; 22 55 23 56 // --------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
