prevent compiler warnings

This commit is contained in:
Rainer Gerhards 2014-09-16 15:08:37 +02:00
parent 1ac20ffe97
commit f6cdf358ae

View File

@ -264,6 +264,10 @@ struct msgPropDescr_s {
int nameLen; /* properties (JSON) */
};
/* some forward-definitions from the grammar */
struct nvlst;
struct cnfobj;
#endif /* multi-include protection */
/* vim:set ai:
*/