summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/sl/make_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/sl/make_cmds.h')
-rw-r--r--crypto/heimdal/lib/sl/make_cmds.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/sl/make_cmds.h b/crypto/heimdal/lib/sl/make_cmds.h
index 24dbd60..6d64d97 100644
--- a/crypto/heimdal/lib/sl/make_cmds.h
+++ b/crypto/heimdal/lib/sl/make_cmds.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998 Kungliga Tekniska Högskolan
+ * Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-/* $Id: make_cmds.h,v 1.2 1999/12/02 16:58:55 joda Exp $ */
+/* $Id: make_cmds.h,v 1.3 2000/06/27 02:36:56 assar Exp $ */
#ifndef __MAKE_CMDS_H__
#define __MAKE_CMDS_H__
@@ -45,6 +45,8 @@
#include <stdlib.h>
#include <stdarg.h>
+#include <roken.h>
+
extern char *filename;
extern char *table_name;
extern int numerror;
@@ -66,4 +68,9 @@ struct string_list {
void add_command(char*, char*, struct string_list*, unsigned);
+void error_message(const char *, ...)
+ __attribute__ ((format (printf, 1,2)));
+
+int yylex (void);
+
#endif /* __MAKE_CMDS_H__ */
OpenPOWER on IntegriCloud