move clear intil util.c

This commit is contained in:
2024-07-12 18:46:05 +01:00
parent b225ba5cc3
commit de70cd39cf
4 changed files with 15 additions and 9 deletions

View File

@@ -19,5 +19,6 @@ char *kind_as_string(char *s, int kind, int n);
char *version_as_string(char *s, long v, int n);
bool is_comment(char *s);
struct quickcommand *command_in_quickcommands(const char *command, const struct quickcommand *quickcommands, int n);
void clear(PT_VMR vmr, bool (*f)(PT_VMR));
#endif /* __UTIL_H__ */