aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if
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 /asn1/x509if
parent5d58e1932331dbeef27c2ef79acbf46fbc28fc9f (diff)
downloadwireshark-eff40f65db4fccf6d502b8e01d5cdebfdb1f4318.tar.gz
wireshark-eff40f65db4fccf6d502b8e01d5cdebfdb1f4318.tar.bz2
wireshark-eff40f65db4fccf6d502b8e01d5cdebfdb1f4318.zip
Trivial warning fixes
svn path=/trunk/; revision=16561
Diffstat (limited to 'asn1/x509if')
-rw-r--r--asn1/x509if/packet-x509if-template.c2
-rw-r--r--asn1/x509if/packet-x509if-template.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509if/packet-x509if-template.c b/asn1/x509if/packet-x509if-template.c
index 2b7829670e..16bf152eba 100644
--- a/asn1/x509if/packet-x509if-template.c
+++ b/asn1/x509if/packet-x509if-template.c
@@ -69,7 +69,7 @@ static char *last_rdn = NULL;
#include "packet-x509if-fn.c"
-const char * x509if_get_last_dn()
+const char * x509if_get_last_dn(void)
{
return last_dn;
}
diff --git a/asn1/x509if/packet-x509if-template.h b/asn1/x509if/packet-x509if-template.h
index d1614911df..1be265ab24 100644
--- a/asn1/x509if/packet-x509if-template.h
+++ b/asn1/x509if/packet-x509if-template.h
@@ -28,7 +28,7 @@
#include "packet-x509if-exp.h"
-extern const char * x509if_get_last_dn();
+extern const char * x509if_get_last_dn(void);
#endif /* PACKET_X509IF_H */