summaryrefslogtreecommitdiffstats
path: root/libopkg/str_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/str_util.h')
-rw-r--r--libopkg/str_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/str_util.h b/libopkg/str_util.h
index f332681..832654f 100644
--- a/libopkg/str_util.h
+++ b/libopkg/str_util.h
@@ -23,6 +23,5 @@ int str_ends_with(const char *str, const char *suffix);
int str_chomp(char *str);
int str_tolower(char *str);
int str_toupper(char *str);
-char *str_dup_safe(const char *str);
#endif