diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-28 13:13:58 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-28 13:13:58 +0000 |
commit | 5352496984d550bd441b12a082d5a382c168cbe2 (patch) | |
tree | 8a61b0785ba0d2f9edde566bef372360244949e3 /src/vars.h | |
parent | a63c74892085e6bd5ea8b88712f44d1567ce7ed3 (diff) | |
download | calcurse-5352496984d550bd441b12a082d5a382c168cbe2.tar.gz calcurse-5352496984d550bd441b12a082d5a382c168cbe2.zip |
Added wrappers around libc's memory management functions, to easily debug memory usage
Diffstat (limited to 'src/vars.h')
-rwxr-xr-x | src/vars.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: vars.h,v 1.26 2008/11/16 17:42:53 culot Exp $ */ +/* $calcurse: vars.h,v 1.27 2008/12/28 13:13:59 culot Exp $ */ /* * Calcurse - text-based organizer @@ -122,5 +122,6 @@ extern struct pad_s *apad; extern struct nbar_s *nbar; void vars_init (conf_t *conf); +void vars_free (void); #endif /* CALCURSE_VARS_H */ |