aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_api.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-04 01:05:41 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-04 01:05:41 +0000
commit0e68611e41ab688d4ec74d12bebb4409b6a55f88 (patch)
tree5b94fb501d5738fe45d272294d2087d74f59f032 /plugins/plugin_api.h
parent32b1270b4dd6debdc20589477ae69cdb801b685d (diff)
From Thomas Wittwer: add "prefs_register_string_preference()" to the
list of functions available to plugins. svn path=/trunk/; revision=3906
Diffstat (limited to 'plugins/plugin_api.h')
-rw-r--r--plugins/plugin_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/plugin_api.h b/plugins/plugin_api.h
index 2c34fcc616..dde7864c57 100644
--- a/plugins/plugin_api.h
+++ b/plugins/plugin_api.h
@@ -1,7 +1,7 @@
/* plugin_api.h
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.h,v 1.22 2001/08/29 00:51:10 guy Exp $
+ * $Id: plugin_api.h,v 1.23 2001/09/04 01:05:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
@@ -152,6 +152,7 @@
#define prefs_register_uint_preference (*p_prefs_register_uint_preference)
#define prefs_register_bool_preference (*p_prefs_register_bool_preference)
#define prefs_register_enum_preference (*p_prefs_register_enum_preference)
+#define prefs_register_string_preference (*p_prefs_register_string_preference)
#define register_giop_user (*p_register_giop_user)
#define is_big_endian (*p_is_big_endian)