summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/cpp/cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/pcc/cpp/cpp.h')
-rw-r--r--usr.bin/pcc/cpp/cpp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/pcc/cpp/cpp.h b/usr.bin/pcc/cpp/cpp.h
index d12968dcf08..d3e7773a522 100644
--- a/usr.bin/pcc/cpp/cpp.h
+++ b/usr.bin/pcc/cpp/cpp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpp.h,v 1.2 2007/10/12 07:22:44 otto Exp $ */
+/* $OpenBSD: cpp.h,v 1.3 2007/10/12 18:14:14 stefan Exp $ */
/*
* Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se).
@@ -143,6 +143,7 @@ void putch(int);
void putstr(usch *s);
void line(void);
usch *sheap(char *fmt, ...);
+void warning(usch *);
void xerror(usch *);
#define error(...) xerror(sheap(__VA_ARGS__))
void expmac(struct recur *);