summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-23 21:33:26 +0100
committerDan McGee <dan@archlinux.org>2011-12-23 21:37:03 +0100
commitaac639351f1eb56c1f8f6f19bfe438400a02c614 (patch)
tree12a57b35ea0816d44cdff387ce186c675b1a0eec /lib/libalpm/util.h
parenta7cb1509317e929043df973a9814145fecc99513 (diff)
downloadpacman-aac639351f1eb56c1f8f6f19bfe438400a02c614.tar.gz
pacman-aac639351f1eb56c1f8f6f19bfe438400a02c614.tar.xz
Remove strtrim function from backend
The last user of this was the code in the backend for loading packages, but this no longer uses it. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/util.h')
-rw-r--r--lib/libalpm/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h
index 54e69c19..6d5c0c35 100644
--- a/lib/libalpm/util.h
+++ b/lib/libalpm/util.h
@@ -113,7 +113,6 @@ enum _alpm_csum {
int _alpm_makepath(const char *path);
int _alpm_makepath_mode(const char *path, mode_t mode);
int _alpm_copyfile(const char *src, const char *dest);
-char *_alpm_strtrim(char *str);
size_t _alpm_strip_newline(char *str);
int _alpm_open_archive(alpm_handle_t *handle, const char *path,