From 68e616def90ece3bdde925dc106e51e8560fa05d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 2 Nov 2009 11:58:01 +0100 Subject: lib/Plugins/CCpp: respect DebugInfoCacheMB setting Signed-off-by: Denys Vlasenko --- inc/abrtlib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inc/abrtlib.h') 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 std::string -- cgit