prototype for error_message

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5509 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-11 14:01:00 +00:00
parent 4ff1c5ca78
commit a5c3a9cb87
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
%{
/*
* Copyright (c) 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -42,6 +42,7 @@ RCSID("$Id$");
void yyerror (char *s);
long name2number(const char *str);
void error_message(char *, ...);
struct string_list* append_string(struct string_list*, char*);
void free_string_list(struct string_list *list);