mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
move the forward decl of hashtab_s out of the function prototype
This commit is contained in:
parent
d89cd91e4b
commit
22878209d6
1 changed files with 2 additions and 0 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Reference in a new issue