diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-04-06 11:03:12 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-04-06 11:03:12 +0200 |
| commit | e46ab2a95aabe30fc043531fddbda16118e2888d (patch) | |
| tree | 084b940e0e8159a176e421de340b969a4c1d8c2e /src/include | |
| parent | 04cc4f8c63a635bcdbce4d887e7c6b3483e6f141 (diff) | |
| parent | 2cc15eb689fa8690f652ea6db34cb2d40d0cc2cc (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/abrtlib.h | 2 |
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 |
