aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-11-22 12:51:14 +0000
committerJörg Mayer <jmayer@loplof.de>2005-11-22 12:51:14 +0000
commiteff40f65db4fccf6d502b8e01d5cdebfdb1f4318 (patch)
treea4bb31887c9cf77a5a40aa4b350530824d00d111 /epan/dissectors/packet-x509if.h
parent5d58e1932331dbeef27c2ef79acbf46fbc28fc9f (diff)
Trivial warning fixes
svn path=/trunk/; revision=16561
Diffstat (limited to 'epan/dissectors/packet-x509if.h')
-rw-r--r--epan/dissectors/packet-x509if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x509if.h b/epan/dissectors/packet-x509if.h
index 5e510a6c6c..d8cd113eea 100644
--- a/epan/dissectors/packet-x509if.h
+++ b/epan/dissectors/packet-x509if.h
@@ -87,7 +87,7 @@ int dissect_x509if_MRSubstitution(gboolean implicit_tag, tvbuff_t *tvb, int offs
/*--- End of included file: packet-x509if-exp.h ---*/
-extern const char * x509if_get_last_dn();
+extern const char * x509if_get_last_dn(void);
#endif /* PACKET_X509IF_H */