Changeset 6060 for trunk/ippTools/src/pxadmin.c
- Timestamp:
- Jan 19, 2006, 4:16:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxadmin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxadmin.c
r5881 r6060 1 # include <metadatadb.h> 2 1 3 # include "p2search.h" 2 4 3 5 int main (int argc, char **argv) { 6 p2Config config; 4 7 5 8 p2adminConfig (&config, argc, argv); 6 9 7 if (config ->mode == P2_MODE_CREATE) {8 p2deleteTables (config);10 if (config.mode == P2_MODE_CREATE) { 11 p2deleteTables (&config); 9 12 } 10 13 11 if (config ->mode == P2_MODE_DELETE) {12 p2createTables (config);14 if (config.mode == P2_MODE_DELETE) { 15 p2createTables (&config); 13 16 } 14 17
Note:
See TracChangeset
for help on using the changeset viewer.
