Index: trunk/ppSub/src/ppSub.h
===================================================================
--- trunk/ppSub/src/ppSub.h	(revision 17784)
+++ trunk/ppSub/src/ppSub.h	(revision 18649)
@@ -4,7 +4,11 @@
 #define PPSUB_RECIPE "PPSUB"            /// Name of the recipe to use
 
+/// Setup the arguments parsing
+bool ppSubArgumentsSetup(int argc, char *argv[], ///< Command-line arguments
+                    pmConfig *config    ///< Configuration
+    );
+
 /// Parse the arguments
-bool ppSubArguments(int argc, char *argv[], ///< Command-line arguments
-                    pmConfig *config    ///< Configuration
+bool ppSubArgumentsParse(pmConfig *config ///< Configuration
     );
 
