"End" means end, not "almost the end".

svn path=/trunk/; revision=8852
This commit is contained in:
Guy Harris 2003-11-01 03:10:03 +00:00
parent 86206cae5a
commit 0fc4e38c65
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/* plugin_api_list.c
* Used to generate various included files for plugin API
*
* $Id: plugin_api_list.c,v 1.11 2003/11/01 03:08:37 guy Exp $
* $Id: plugin_api_list.c,v 1.12 2003/11/01 03:10:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -378,9 +378,9 @@ void dissector_reset_string(const char*, const gchar*);
gboolean dissector_try_string(dissector_table_t, const gchar*, tvbuff_t*, packet_info*, proto_tree*);
dissector_handle_t dissector_get_string_handle(dissector_table_t, const gchar*);
char *get_datafile_path(const char *filename);
void register_heur_dissector_list(const char *name,
heur_dissector_list_t *list);
gboolean dissector_try_heuristic(heur_dissector_list_t sub_dissectors,
tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
char *get_datafile_path(const char *filename);