summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_utils.h
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-12 01:26:26 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-12 01:26:26 (EST)
commit99be91a0fdb86a6826a0cdcf8bede14b7d01c9a8 (patch)
treef4936cb82a62d52baf91e0ae62df51c79cf48f28 /libopkg/opkg_utils.h
parent377c695695365f89f0a47507d17562be67d8ca04 (diff)
Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.
git-svn-id: http://opkg.googlecode.com/svn/trunk@289 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_utils.h')
-rw-r--r--libopkg/opkg_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_utils.h b/libopkg/opkg_utils.h
index faa504b..7cb0693 100644
--- a/libopkg/opkg_utils.h
+++ b/libopkg/opkg_utils.h
@@ -26,7 +26,7 @@ void free_error_list(void);
void print_error_list(void);
long unsigned int get_available_blocks(char * filesystem);
-char *trim_alloc(const char *line);
+char *trim_xstrdup(const char *line);
int line_is_blank(const char *line);
#endif