From 3bab9d79a01ac70a78c012eaa82dccaaa5c59ee5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 9 Aug 2009 12:11:03 +0200 Subject: fix compile-time warnings. One fix (in CCrashWatcher::GetPluginsInfo) needs closer look, others are "trivially correct" Signed-off-by: Denys Vlasenko --- inc/abrtlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/abrtlib.h b/inc/abrtlib.h index 29c8b5e..8e3f1f4 100644 --- a/inc/abrtlib.h +++ b/inc/abrtlib.h @@ -94,6 +94,7 @@ extern void xwrite(int fd, const void *buf, size_t count); extern void xwrite_str(int fd, const char *str); void xpipe(int filedes[2]); +void xdup(int from); void xdup2(int from, int to); off_t xlseek(int fd, off_t offset, int whence); void xsetenv(const char *key, const char *value); -- cgit