summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-01-08 23:09:30 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-01-08 23:09:30 +0000
commitcfdb67df5d5daa13ce785a2f4e87d8f12b673d71 (patch)
tree2d3d9b569a3392e85663155bd6dfcdc81a9e07e9 /charset.h
parentd5a336245304225932d3b5d18f82336bebb01efe (diff)
Let check_sec.sh check for use of the unsafe malloc, realloc, free,
and strdup routines. While we are on it, plug some memory leaks and make some code understandable.
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/charset.h b/charset.h
index b15ce14c..2d281008 100644
--- a/charset.h
+++ b/charset.h
@@ -30,7 +30,7 @@ typedef void * FGETCONV;
FGETCONV *fgetconv_open (FILE *, const char *, const char *);
int fgetconv (FGETCONV *);
-void fgetconv_close (FGETCONV *);
+void fgetconv_close (FGETCONV **);
void mutt_set_langinfo_charset (void);