summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-04-06 11:03:12 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-04-06 11:03:12 +0200
commite46ab2a95aabe30fc043531fddbda16118e2888d (patch)
tree084b940e0e8159a176e421de340b969a4c1d8c2e /src/include
parent04cc4f8c63a635bcdbce4d887e7c6b3483e6f141 (diff)
parent2cc15eb689fa8690f652ea6db34cb2d40d0cc2cc (diff)
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/include')
-rw-r--r--src/include/abrtlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h
index d9364673..70dc300c 100644
--- a/src/include/abrtlib.h
+++ b/src/include/abrtlib.h
@@ -94,6 +94,8 @@ extern "C" {
int prefixcmp(const char *str, const char *prefix);
#define suffixcmp abrt_suffixcmp
int suffixcmp(const char *str, const char *suffix);
+#define strtrim abrt_strtrim
+char *strtrim(char *str);
#define concat_path_file abrt_concat_path_file
char *concat_path_file(const char *path, const char *filename);
#define append_to_malloced_string abrt_append_to_malloced_string