aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.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 /epan/dissectors/packet-x509af.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 'epan/dissectors/packet-x509af.h')
-rw-r--r--epan/dissectors/packet-x509af.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x509af.h b/epan/dissectors/packet-x509af.h
index ad6f0fe6f2..f4d40d14f0 100644
--- a/epan/dissectors/packet-x509af.h
+++ b/epan/dissectors/packet-x509af.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* .\packet-x509af.h */
+/* ./packet-x509af.h */
/* ../../tools/asn2eth.py -X -b -e -p x509af -c x509af.cnf -s packet-x509af-template AuthenticationFramework.asn */
/* Input file: packet-x509af-template.h */
@@ -64,7 +64,7 @@ int dissect_x509af_AttributeCertificateAssertion(gboolean implicit_tag, tvbuff_t
/*--- End of included file: packet-x509af-exp.h ---*/
-extern char* x509af_get_last_algorithm_id();
+extern const char* x509af_get_last_algorithm_id(void);
#endif /* PACKET_X509AF_H */