aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-22 20:08:08 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-22 20:08:08 +0000
commitcbc46d3e985d4e7ff589b3446702e0222ffb4a62 (patch)
treec684623bfbf6f951da5f88bd7f62ddbd4131be06 /asn1
parentf6c9daa5ecdc2e375adbb3a39bac49a49e7ebfb6 (diff)
"dissect_x509if_AttributeTypeAndDistinguishedValue()" is static - don't
declare it as non-static in the header file. svn path=/trunk/; revision=11473
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x509if/packet-x509if-template.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/x509if/packet-x509if-template.h b/asn1/x509if/packet-x509if-template.h
index 0f4cf14280..3ec1866b2a 100644
--- a/asn1/x509if/packet-x509if-template.h
+++ b/asn1/x509if/packet-x509if-template.h
@@ -28,7 +28,6 @@
#include "packet-x509if-exp.h"
int dissect_x509if_Attribute(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
-int dissect_x509if_AttributeTypeAndDistinguishedValue(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
#endif /* PACKET_X509IF_H */