From 9ba412631e57deb365d5e7fb8b8c2fbf9bfe27b0 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Wed, 25 Nov 2009 20:42:27 -0500 Subject: file_util.c cleanups. Remove redundant str_chomp from str_util.c. git-svn-id: http://opkg.googlecode.com/svn/trunk@382 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/str_util.h') diff --git a/libopkg/str_util.h b/libopkg/str_util.h index 832654f..02861e6 100644 --- a/libopkg/str_util.h +++ b/libopkg/str_util.h @@ -20,7 +20,6 @@ int str_starts_with(const char *str, const char *prefix); 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); -- cgit v0.9.1