Skip to content

Commit

Permalink
Add missing function to header
Browse files Browse the repository at this point in the history
  • Loading branch information
lep committed May 4, 2024
1 parent b06adb1 commit 78e1cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ void checkarrayindex(const char *name, const struct typenode *ty, int lineno);
void str_append(char *buf, const char *str, size_t buf_size);

void checkidlength(char *name);

void check_name_allready_defined(struct hashtable *ht, const char *name, const char *msg);

#endif

0 comments on commit 78e1cf8

Please sign in to comment.