summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/asn1/lex.h')
-rw-r--r--crypto/heimdal/lib/asn1/lex.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/asn1/lex.h b/crypto/heimdal/lib/asn1/lex.h
index 66d708c..9f5cadf 100644
--- a/crypto/heimdal/lib/asn1/lex.h
+++ b/crypto/heimdal/lib/asn1/lex.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -31,6 +31,11 @@
* SUCH DAMAGE.
*/
-/* $Id: lex.h,v 1.3 1999/12/02 17:05:02 joda Exp $ */
+/* $Id: lex.h,v 1.5 2000/07/01 20:21:34 assar Exp $ */
-void error_message (char *, ...);
+#include <roken.h>
+
+void error_message (const char *, ...)
+__attribute__ ((format (printf, 1, 2)));
+
+int yylex(void);
OpenPOWER on IntegriCloud