summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 5721c6fa..5cde2cb9 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -108,6 +108,9 @@ void xmove_fd(int from, int to);
char* xasprintf(const char *format, ...);
std::string ssprintf(const char *format, ...);
+int xopen(const char *pathname, int flags);
+int xopen3(const char *pathname, int flags, int mode);
+
/* copyfd_XX print read/write errors and return -1 if they occur */
off_t copyfd_eof(int src_fd, int dst_fd);
off_t copyfd_size(int src_fd, int dst_fd, off_t size);