diff options
author | Uwe Girlich <Uwe.Girlich@philosys.de> | 2000-11-21 14:15:21 +0000 |
---|---|---|
committer | Uwe Girlich <Uwe.Girlich@philosys.de> | 2000-11-21 14:15:21 +0000 |
commit | 65d9f034ebbbdae3c1b036a0175badba981471f8 (patch) | |
tree | 991c7d57852b620183e335f85059af48f20e3d6b | |
parent | 2a33d09c72eeb87bb59e2ada8a262bb29912436f (diff) | |
download | wireshark-65d9f034ebbbdae3c1b036a0175badba981471f8.tar.gz wireshark-65d9f034ebbbdae3c1b036a0175badba981471f8.tar.bz2 wireshark-65d9f034ebbbdae3c1b036a0175badba981471f8.zip |
Senseless old prototype for rpc init removed.
svn path=/trunk/; revision=2686
-rw-r--r-- | epan/packet.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/packet.h b/epan/packet.h index 1c54b5179c..d780875ed3 100644 --- a/epan/packet.h +++ b/epan/packet.h @@ -1,7 +1,7 @@ /* packet.h * Definitions for packet disassembly structures and routines * - * $Id: packet.h,v 1.10 2000/11/19 08:54:35 guy Exp $ + * $Id: packet.h,v 1.11 2000/11/21 14:15:21 girlich Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -321,8 +321,6 @@ void register_init_routine(void (*func)(void)); /* Call all the registered "init" routines. */ void init_all_protocols(void); -void init_dissect_rpc(void); - /* * Dissectors should never modify the packet data. */ |