Get rid of declarations of no-longer-extant "init_dissect_rpc()" and

"cleanup_dissect_rpc()".

svn path=/trunk/; revision=2693
This commit is contained in:
Guy Harris 2000-11-22 00:34:15 +00:00
parent fcd119d834
commit 4f766002df
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* packet-rpc.h
*
* $Id: packet-rpc.h,v 1.20 2000/11/21 14:58:07 girlich Exp $
* $Id: packet-rpc.h,v 1.21 2000/11/22 00:34:15 guy Exp $
*
* (c) 1999 Uwe Girlich
*
@ -108,9 +108,6 @@ extern void rpc_init_proc_table(guint prog, guint vers, const vsff *proc_table);
extern void rpc_init_prog(int proto, guint32 prog, int ett);
extern char *rpc_prog_name(guint32 prog);
extern void init_dissect_rpc();
extern void cleanup_dissect_rpc();
extern unsigned int rpc_roundup(unsigned int a);
extern gboolean dissect_rpc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
extern int dissect_rpc_bool(const u_char *pd, int offset, frame_data *fd,