summaryrefslogtreecommitdiffstats
path: root/include/sh_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sh_utils.h')
-rw-r--r--include/sh_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sh_utils.h b/include/sh_utils.h
index 2f4519c..986c6ab 100644
--- a/include/sh_utils.h
+++ b/include/sh_utils.h
@@ -178,9 +178,9 @@ char * sh_util_dirname(const char * fullpath);
/* returns freshly allocated memory, return value should be free'd
*/
-char * sh_util_safe_name (const char * name) SH_GNUC_MALLOC SH_GNUC_PURE;
+char * sh_util_safe_name (const char * name) SH_GNUC_MALLOC;
-char * sh_util_safe_name_keepspace (const char * name) SH_GNUC_MALLOC SH_GNUC_PURE;
+char * sh_util_safe_name_keepspace (const char * name) SH_GNUC_MALLOC;
/* check max size of printf result string
*/