move the forward decl of hashtab_s out of the function prototype

This commit is contained in:
Bill Currie 2001-08-01 06:51:06 +00:00
parent d89cd91e4b
commit 22878209d6

View file

@ -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 *);