diff options
Diffstat (limited to 'src/common/history.h')
-rw-r--r-- | src/common/history.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/history.h b/src/common/history.h index 9928e0787..1759aba62 100644 --- a/src/common/history.h +++ b/src/common/history.h @@ -34,7 +34,8 @@ extern t_history *history_global; extern t_history *history_global_last; extern t_history *history_global_ptr; -extern void history_add (void *, char *); +extern void history_buffer_add (void *, char *); +extern void history_global_add (char *); extern void history_global_free (); extern void history_buffer_free (void *); |