summaryrefslogtreecommitdiff
path: root/src/common/history.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-01-31 23:33:59 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-01-31 23:33:59 +0000
commit8921e45815b15d27976eb6f1bc8339d71eca640d (patch)
tree2e224ac97ed29ab21ab8f95396227a4d6b1e82c9 /src/common/history.h
parent74b83e52940e35a9a2f9ee6177775d067fef502c (diff)
downloadweechat-8921e45815b15d27976eb6f1bc8339d71eca640d.zip
Fixed many memory leaks
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 */