summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-12 16:17:39 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-12 16:17:39 +0100
commit3938e6e075867ae3a349ba307ee672aa458d2662 (patch)
tree4db5d4c58632519227e535610822f4c8a262c1e4 /inc
parentf93fc8bc4c4db4547ca7fcdd6ad67f73e1755873 (diff)
downloadabrt-3938e6e075867ae3a349ba307ee672aa458d2662.tar.gz
abrt-3938e6e075867ae3a349ba307ee672aa458d2662.tar.xz
abrt-3938e6e075867ae3a349ba307ee672aa458d2662.zip
SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index b6fb1721..257f5571 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -203,8 +203,6 @@ bool dot_or_dotdot(const char *filename);
char *last_char_is(const char *s, int c);
bool string_to_bool(const char *s);
-void parse_args(const char *psArgs, vector_string_t& pArgs, const char quote = -1);
-
/* C++ style stuff */
std::string ssprintf(const char *format, ...);
@@ -220,6 +218,8 @@ to_string(T x)
return o.str();
}
+std::string popen_and_save_output(const char *cmd);
+void parse_args(const char *psArgs, vector_string_t& pArgs, int quote = -1);
void parse_release(const char *pRelease, std::string& pProduct, std::string& pVersion);
#endif