aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src/com.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:27 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:27 +0100
commit14d771b90f5a7d3887e5e900d1fb4737477ad305 (patch)
treef382e3359d20916ae60d28361e59635e373224f8 /libqcdm/src/com.h
parenta09050a7f63a262bf90dcb1c7a41f9cfd205db43 (diff)
Imported Upstream version 0.5.2.0upstream/0.5.2.0
Diffstat (limited to 'libqcdm/src/com.h')
-rw-r--r--libqcdm/src/com.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqcdm/src/com.h b/libqcdm/src/com.h
index 97561d0..7c3e349 100644
--- a/libqcdm/src/com.h
+++ b/libqcdm/src/com.h
@@ -18,8 +18,8 @@
#ifndef LIBQCDM_COM_H
#define LIBQCDM_COM_H
-#include <glib.h>
+#include "utils.h"
-gboolean qcdm_port_setup (int fd, GError **error);
+int qcdm_port_setup (int fd);
#endif /* LIBQCDM_COM_H */