]> git.pond.sub.org Git - empserver/commitdiff
(empobj, empobj_storage): Incomplete declarations. Temporary band-aid
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 8 Jul 2006 06:18:46 +0000 (06:18 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 8 Jul 2006 06:18:46 +0000 (06:18 +0000)
to work around circular inclusion.

include/misc.h

index 704bbf1af004b7203ccc7ae6169f2f377c48f083..ecff7ea4fdf35a7c6f668a4d7d2924febe3ec600 100644 (file)
@@ -134,4 +134,7 @@ extern char *prbuf(char *format, ...)
 #define AGREE_PROPOSED 1
 #define AGREE_SIGNED   2
 
 #define AGREE_PROPOSED 1
 #define AGREE_SIGNED   2
 
+struct empobj;
+union empobj_storage;
+
 #endif
 #endif