aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509af/packet-x509af-template.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-11-17 11:16:37 +0000
committerGuy Harris <guy@alum.mit.edu>2005-11-17 11:16:37 +0000
commit148d700e012956c6c5a4262e0912c391543dbf5f (patch)
tree3a4cd7f6187dbfcdcebbae62c630c0a2e805a63a /asn1/x509af/packet-x509af-template.h
parentb018becab37c43509dad2b230498d38b4dee9e25 (diff)
Get rid of some char * vs. const char * warnings, and declare a function
with no arguments as such. svn path=/trunk/; revision=16532
Diffstat (limited to 'asn1/x509af/packet-x509af-template.h')
-rw-r--r--asn1/x509af/packet-x509af-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509af/packet-x509af-template.h b/asn1/x509af/packet-x509af-template.h
index bd1b0cf86c..e7dec405c6 100644
--- a/asn1/x509af/packet-x509af-template.h
+++ b/asn1/x509af/packet-x509af-template.h
@@ -28,7 +28,7 @@
#include "packet-x509af-exp.h"
-extern char* x509af_get_last_algorithm_id();
+extern const char* x509af_get_last_algorithm_id(void);
#endif /* PACKET_X509AF_H */