From 923f73d334e7969a814d09cbba3a2a416ac7b0dc Mon Sep 17 00:00:00 2001 From: graham.gower Date: Tue, 03 Nov 2009 21:13:22 -0500 Subject: Remove str_dup_safe() in favour of xstrdup() from libbb. git-svn-id: http://opkg.googlecode.com/svn/trunk@253 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/str_util.h') 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 -- cgit v0.9.1