(empobj, empobj_storage): Incomplete declarations. Temporary band-aid

to work around circular inclusion.
This commit is contained in:
Markus Armbruster 2006-07-08 06:18:46 +00:00
parent 1b0ff6cbac
commit 35758fe053

View file

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