# HG changeset patch # User jwe # Date 811483286 0 # Node ID fb6f8b63433366d8156671f676c865e5d8d74889 # Parent a2305feef016f5c8260f843c884952ad3f51f300 [project @ 1995-09-19 04:01:26 by jwe] diff --git a/src/error.h b/src/error.h --- a/src/error.h +++ b/src/error.h @@ -28,8 +28,6 @@ panic ("impossible state reached in file `%s' at line %d", \ __FILE__, __LINE__) -class string; - extern void message (const char *name, const char *fmt, ...); extern void usage (const char *fmt, ...); extern void warning (const char *fmt, ...);