From d5ff9795dab4aba0aa0e2fa8d62e3cc4808acb5e Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 10 Dec 2002 20:18:04 +0000 Subject: Brain in the fridge --- include/Exceptions.h | 3 +++ include/generic.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Exceptions.h b/include/Exceptions.h index 79078e5..a3fad9e 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -8,6 +8,8 @@ #include #include +class String; + class Base { public: static char * strdup(const char * s); @@ -23,6 +25,7 @@ class Base { static int pipe(int * p, int flag = 0); static pid_t fork(); static void exit(int); + static void printm(int level, String fmt, ...); }; class String; diff --git a/include/generic.h b/include/generic.h index f9ec000..4b9c455 100644 --- a/include/generic.h +++ b/include/generic.h @@ -77,8 +77,6 @@ extern char verbosity; char ** split(char * s, char t); #ifdef __cplusplus -#include -void printm(int level, String fmt, ...); #ifndef MAX template -- cgit v1.2.3