aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gssapi.h
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-04 21:34:38 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-04 21:34:38 +0000
commit738cacc0443b165958a1053530bcea96f15c927a (patch)
tree86db91187ff4f713cdfadce24cc4ab658f485646 /packet-gssapi.h
parent6c21e72b26fec9d9155cf6fb4bd3bf9c5b8d2ac8 (diff)
Add some level of OID naming etc ...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6180 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-gssapi.h')
-rw-r--r--packet-gssapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-gssapi.h b/packet-gssapi.h
index 602aea9bb8..ca00987d90 100644
--- a/packet-gssapi.h
+++ b/packet-gssapi.h
@@ -2,7 +2,7 @@
* Dissector for GSS-API tokens as described in rfc2078, section 3.1
* Copyright 2002, Tim Potter <tpot@samba.org>
*
- * $Id: packet-gssapi.h,v 1.5 2002/08/31 22:22:29 guy Exp $
+ * $Id: packet-gssapi.h,v 1.6 2002/09/04 21:34:38 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -42,6 +42,6 @@ extern GHashTable *gssapi_oids;
/* Function prototypes */
void
-gssapi_init_oid(char *oid, int proto, int ett, dissector_handle_t handle);
+gssapi_init_oid(char *oid, int proto, int ett, dissector_handle_t handle, gchar *comment);
#endif /* __PACKET_GSSAPI_H */