Move make-manuf to the tools directory.
[obnox/wireshark/wip.git] / clopts_common.h
index 376ddcc9c3bb15b1a4d767135df1e52a3ef009df..3341fd05196dc83f4936ebed742d63ed6aa3c113 100644 (file)
@@ -1,10 +1,10 @@
 /* clopts_common.h
- * Handle command-line arguments common to Ethereal and Tethereal
+ * Handle command-line arguments common to Wireshark and TShark
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
 extern "C" {
 #endif /* __cplusplus */
 
-/*
- * Handle the "-G" option, to cause protocol field, etc. information
- * to be printed.
- */
-void handle_dashG_option(int argc, char **argv, char *progname);
-
-int get_natural_int(const char *appname, const char *string, const char *name);
+int get_natural_int(const char *string, const char *name);
 
-int get_positive_int(const char *appname, const char *string, const char *name);
+int get_positive_int(const char *string, const char *name);
 
 #ifdef __cplusplus
 }