From 22878209d670b792525492e553e6e8637dd5209b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 1 Aug 2001 06:51:06 +0000 Subject: [PATCH] move the forward decl of hashtab_s out of the function prototype --- include/QF/qfplist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/QF/qfplist.h b/include/QF/qfplist.h index 387a4af07..eb7defd45 100644 --- a/include/QF/qfplist.h +++ b/include/QF/qfplist.h @@ -78,6 +78,8 @@ struct plbinary_s { }; typedef struct plbinary_s plbinary_t; +struct hashtab_s; + plitem_t *PL_GetPropertyList (const char *); plitem_t *PL_ObjectForKey (struct hashtab_s *, const char *); void PL_FreeItem (struct plitem_s *);