diff options
author | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-03 21:13:22 (EST) |
---|---|---|
committer | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-11-03 21:13:22 (EST) |
commit | 923f73d334e7969a814d09cbba3a2a416ac7b0dc (patch) | |
tree | e791d181b576909ecd6f541c4d238dc7efb26a85 /libopkg/str_util.h | |
parent | 84d0ba0f9bf218898dcf33c0178449cc045ecd8c (diff) |
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
Diffstat (limited to 'libopkg/str_util.h')
-rw-r--r-- | libopkg/str_util.h | 1 |
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 |