aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src/com.h
diff options
context:
space:
mode:
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 */