diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-01-21 22:08:15 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-01-21 22:08:15 +0000 |
commit | 4ba1a4b0b4488e5058af67b789187735b529075e (patch) | |
tree | d1d0f8ee6c36659b552fc371cad67678ae90b7c8 /util.h | |
parent | b25580915c7223c276348c39d5e7ed496a58a26e (diff) |
add infrastrtcur for creating and sending DNS packets
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@10 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,4 +9,8 @@ gchar *flx_get_host_name(void); /* g_free() the result! */ gint flx_timeval_compare(const GTimeVal *a, const GTimeVal *b); glong flx_timeval_diff(const GTimeVal *a, const GTimeVal *b); +gint flx_set_cloexec(gint fd); +gint flx_set_nonblock(gint fd); +gint flx_wait_for_write(gint fd); + #endif |