summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-09 17:13:47 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-09 17:13:47 +0200
commit5fe652bb3422cab731deddae4c25c2f0d6fee885 (patch)
tree21ad665ac2cf4c8d065c76952d3bb7d75388aaa9 /inc
parent49203bd0e4280757f910ba61fc1683f55fe6bc9b (diff)
downloadabrt-5fe652bb3422cab731deddae4c25c2f0d6fee885.tar.gz
abrt-5fe652bb3422cab731deddae4c25c2f0d6fee885.tar.xz
abrt-5fe652bb3422cab731deddae4c25c2f0d6fee885.zip
eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used instead
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 58ec004..1affdf9 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -117,6 +117,7 @@ char* xasprintf(const char *format, ...);
int xopen(const char *pathname, int flags);
int xopen3(const char *pathname, int flags, int mode);
+void xunlink(const char *pathname);
/* copyfd_XX print read/write errors and return -1 if they occur */
off_t copyfd_eof(int src_fd, int dst_fd);