summaryrefslogtreecommitdiff
path: root/src/common/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/history.h')
-rw-r--r--src/common/history.h2
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 */