diff options
Diffstat (limited to 'src/common/history.h')
-rw-r--r-- | src/common/history.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/history.h b/src/common/history.h index 652d206ca..9be1b40e8 100644 --- a/src/common/history.h +++ b/src/common/history.h @@ -31,5 +31,7 @@ struct t_history }; extern void history_add (void *, char *); +extern void history_general_free (); +extern void history_buffer_free (void *); #endif /* history.h */ |