summaryrefslogtreecommitdiff
path: root/epan/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/epan/proto.h b/epan/proto.h
index fbc3b890e8..786f24eb33 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -310,11 +310,9 @@ extern void proto_tree_children_foreach(proto_tree *tree,
/** Retrieve the tree_data_t from a proto_tree */
#define PTREE_DATA(proto_tree) ((proto_tree)->tree_data)
-
-
/** Sets up memory used by proto routines. Called at program startup */
-extern void proto_init(const char *plugin_dir,
- void (register_all_protocols)(void), void (register_all_handoffs)(void));
+extern void proto_init(void (register_all_protocols)(void),
+ void (register_all_handoffs)(void));
/** Frees memory used by proto routines. Called at program shutdown */
extern void proto_cleanup(void);