diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-01-24 19:47:56 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-01-24 19:47:56 +0000 |
commit | a0aeaf15caa9e967f6be1a7b3a3087ff9122c7a9 (patch) | |
tree | fc5b35918b56238d06934aaffcdf2a9fdaa095fd /common/dbus.h | |
parent | 79e768bf14609f8f5a91a249687beac14b68687e (diff) |
Moved set_nonblocking to common/dbus.c
Diffstat (limited to 'common/dbus.h')
-rw-r--r-- | common/dbus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/dbus.h b/common/dbus.h index 801d90c6..d59903ee 100644 --- a/common/dbus.h +++ b/common/dbus.h @@ -51,4 +51,6 @@ static inline DBusHandlerResult send_message_and_unref(DBusConnection *conn, DBu return DBUS_HANDLER_RESULT_HANDLED; } +int set_nonblocking(int fd, int *err); + #endif /* __H_BLUEZ_DBUS_H__ */ |