aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-mktemp.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-mktemp.h')
-rw-r--r--e-util/e-mktemp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-mktemp.h b/e-util/e-mktemp.h
index b5eb587d86..14fbb9bcc8 100644
--- a/e-util/e-mktemp.h
+++ b/e-util/e-mktemp.h
@@ -23,10 +23,10 @@
#ifndef __E_MKTEMP_H__
#define __E_MKTEMP_H__
-const char *e_mktemp (const char *template);
+char *e_mktemp (const char *template);
-int e_mkstemp (const char *template);
+int e_mkstemp (const char *template);
-const char *e_mkdtemp (const char *template);
+char *e_mkdtemp (const char *template);
#endif /* __E_MKTEMP_H__ */