From 109c235bb23836ebe9a95bd5862a0e7ead568236 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 14 Jul 2004 15:19:58 +0000 Subject: un-const the return values, since they need to be freed (d): turn off * e-mktemp.c (e_mktemp, e_mkdtemp): un-const the return values, since they need to be freed (d): turn off debugging (expire_dir_rec): remove debug printfs svn path=/trunk/; revision=26647 --- e-util/e-mktemp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'e-util/e-mktemp.h') 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__ */ -- cgit v1.2.3