summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-08-26 16:03:15 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-08-26 16:03:15 +0200
commit5a4dc02ee0297c6b0f0fa690b8fc5d2d40e2c6d6 (patch)
tree2cff321dde93a36a357886fd75e820c8a122dacb /inc
parent0b5f2179ae0998ea370cef0328f1cabd2338d249 (diff)
downloadabrt-5a4dc02ee0297c6b0f0fa690b8fc5d2d40e2c6d6.tar.gz
abrt-5a4dc02ee0297c6b0f0fa690b8fc5d2d40e2c6d6.tar.xz
abrt-5a4dc02ee0297c6b0f0fa690b8fc5d2d40e2c6d6.zip
spawn.cpp -> spawn.c
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 6d66bb6c..43d93899 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -106,11 +106,6 @@ int xatoi(const char *numstr);
* dies if input is not in [0, INT_MAX] range. Also will reject '-0' etc */
int xatoi_u(const char *numstr);
-#ifdef __cplusplus
-}
-#endif
-
-
enum {
EXECFLG_INPUT = 1 << 0,
EXECFLG_OUTPUT = 1 << 1,
@@ -135,6 +130,10 @@ char *run_in_shell_and_save_output(int flags,
const char *cmd,
const char *dir,
size_t *size_p);
+#ifdef __cplusplus
+}
+#endif
+
unsigned long long monotonic_ns(void);
unsigned long long monotonic_us(void);