removed unused things

svn path=/trunk/; revision=10740
This commit is contained in:
Ulf Lamping 2004-04-30 06:56:15 +00:00
parent e0d13b61c2
commit 37fc156dc6
2 changed files with 2 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: dfilter.c,v 1.15 2004/02/11 22:52:54 guy Exp $
* $Id: dfilter.c,v 1.16 2004/04/30 06:56:15 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -44,12 +44,8 @@
static gchar dfilter_error_msg_buf[1024];
gchar *dfilter_error_msg; /* NULL when no error resulted */
/* In proto.c */
extern int hf_text_only;
/* From scanner.c */
void df_scanner_text(const char *text);
void df_scanner_file(FILE *fh);
void df_scanner_cleanup(void);
int df_lex(void);

View File

@ -1,7 +1,7 @@
/* proto.h
* Definitions for protocol display
*
* $Id: proto.h,v 1.57 2004/03/25 23:55:21 guy Exp $
* $Id: proto.h,v 1.58 2004/04/30 06:56:15 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -217,10 +217,6 @@ extern proto_item* proto_item_get_parent_nth(proto_item *ti, int gen);
/* Get a parent item of subtree; returns item pointer */
extern proto_item* proto_tree_get_parent(proto_tree *tree);
extern int
proto_register_field(char *name, char *abbrev, enum ftenum type, int parent,
struct _value_string* vals);
extern int
proto_register_protocol(char *name, char *short_name, char *filter_name);