aboutsummaryrefslogtreecommitdiffstats
path: root/disabled_protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'disabled_protos.h')
-rw-r--r--disabled_protos.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/disabled_protos.h b/disabled_protos.h
index 867f32f9af..edb77c6cae 100644
--- a/disabled_protos.h
+++ b/disabled_protos.h
@@ -1,7 +1,7 @@
/* disabled_protos.h
* Declarations of routines for reading and writing the disabled protocols file.
*
- * $Id: disabled_protos.h,v 1.1 2003/08/07 00:41:26 guy Exp $
+ * $Id: disabled_protos.h,v 1.2 2004/01/03 18:40:07 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,8 +40,10 @@ typedef struct {
* or "*read_errno_return" is set to the error if we got an error reading
* the file.
*/
-void read_disabled_protos_list(char **pref_path_return, int *open_errno_return,
- int *read_errno_return);
+void read_disabled_protos_list(char **gpath_return, int *gopen_errno_return,
+ int *gread_errno_return,
+ char **path_return, int *open_errno_return,
+ int *read_errno_return);
/*
* Disable protocols as per the stored configuration