Changeset 18649 for trunk/ppSub/src/ppSub.h
- Timestamp:
- Jul 21, 2008, 3:22:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSub.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSub.h
r17784 r18649 4 4 #define PPSUB_RECIPE "PPSUB" /// Name of the recipe to use 5 5 6 /// Setup the arguments parsing 7 bool ppSubArgumentsSetup(int argc, char *argv[], ///< Command-line arguments 8 pmConfig *config ///< Configuration 9 ); 10 6 11 /// Parse the arguments 7 bool ppSubArguments(int argc, char *argv[], ///< Command-line arguments 8 pmConfig *config ///< Configuration 12 bool ppSubArgumentsParse(pmConfig *config ///< Configuration 9 13 ); 10 14
Note:
See TracChangeset
for help on using the changeset viewer.
