summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 11:58:01 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 11:58:01 +0100
commit68e616def90ece3bdde925dc106e51e8560fa05d (patch)
tree9b6c258dcacf7b2a7d7f38d16cee0a7f9c338fc0 /inc
parent0586639caf9fd8218257a16006bb9783ee490102 (diff)
downloadabrt-68e616def90ece3bdde925dc106e51e8560fa05d.tar.gz
abrt-68e616def90ece3bdde925dc106e51e8560fa05d.tar.xz
abrt-68e616def90ece3bdde925dc106e51e8560fa05d.zip
lib/Plugins/CCpp: respect DebugInfoCacheMB setting
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 2d4ef1c0..63836eae 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -193,14 +193,19 @@ char* xmalloc_sockaddr2dotted(const struct sockaddr *sa);
char* xmalloc_sockaddr2dotted_noport(const struct sockaddr *sa);
+/* Random utility functions */
+
/* Returns malloc'ed block */
char *encode_base64(const void *src, int length);
+bool dot_or_dotdot(const char *filename);
+char *last_char_is(const char *s, int c);
/* C++ style stuff */
std::string ssprintf(const char *format, ...);
std::string get_home_dir(int uid);
+std::string concat_path_file(const char *path, const char *filename);
template <class T>
std::string