Replace the ETT_ "enum" members, declared in "packet.h", with
[obnox/wireshark/wip.git] / packet-rpc.h
index 31b8fe4e8912c9409395d8ca6964863dd94ca55a..d57d3aa4955059521497af5b2317107e4e6e326d 100644 (file)
@@ -1,5 +1,5 @@
 /* packet-rpc.h (c) 1999 Uwe Girlich */
-/* $Id: packet-rpc.h,v 1.6 1999/11/15 17:16:51 nneul Exp $ */
+/* $Id: packet-rpc.h,v 1.7 1999/11/16 11:42:52 guy Exp $ */
 
 #ifndef __PACKET_RPC_H__
 #define __PACKET_RPC_H__
@@ -43,8 +43,6 @@
 
 typedef int (dissect_function_t)(const u_char* pd, int offset, frame_data* fd, proto_tree* tree);
 
-extern GHashTable *rpc_progs;
-
 typedef struct _vsff {
        guint32 value;
        gchar   *strptr;