summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/Options.h')
-rw-r--r--apps/Gateway/Gateway/Options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/Options.h b/apps/Gateway/Gateway/Options.h
index b3da9174a9b..5c56816f39a 100644
--- a/apps/Gateway/Gateway/Options.h
+++ b/apps/Gateway/Gateway/Options.h
@@ -10,7 +10,7 @@
// Options.h
//
// = AUTHOR
-// Douglas C. Schmidt
+// Douglas C. Schmidt <schmidt@cs.wustl.edu>
//
// ============================================================================
@@ -54,6 +54,8 @@ public:
int parse_args (int argc, char *argv[]);
// Parse the arguments and set the options.
+ void print_usage(void);
+ // Print the gateway supported parameters.
// = Accessor methods.
int enabled (int option) const;
// Determine if an option is enabled.