diff options
Diffstat (limited to 'puzzles.h')
| -rw-r--r-- | puzzles.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -427,6 +427,7 @@ char *button2label(int button); * dsf.c */ int *snew_dsf(int size); +void dsf_free(int *dsf); void print_dsf(int *dsf, int size); |