add roken.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8516 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-01 20:21:48 +00:00
parent e65dfa32fe
commit 6a33ccd4b9
2 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,8 @@
/* $Id$ */ /* $Id$ */
#include <roken.h>
void error_message (const char *, ...) void error_message (const char *, ...)
__attribute__ ((format (printf, 1, 2))); __attribute__ ((format (printf, 1, 2)));

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1998, 1999 Kungliga Tekniska H<>gskolan * Copyright (c) 1998 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -45,6 +45,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <ctype.h> #include <ctype.h>
#include <roken.h>
extern long base; extern long base;
extern int number; extern int number;