diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-05-06 00:21:04 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-05-06 00:21:04 +0000 |
commit | 844f6b5a8213018c3d42b5ef924b61cf3eafcdbb (patch) | |
tree | 626546505777d3e3eb25958119e57d3a5790ab97 /socket.h | |
parent | 3b077d5a0fdcf96897ef26be574b6a4d69dd2c13 (diff) |
some preliminary work for adding legacy unicast and unicast response support
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@45 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'socket.h')
-rw-r--r-- | socket.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ #include "dns.h" +#define FLX_MDNS_PORT 5353 + + + gint flx_open_socket_ipv4(void); gint flx_open_socket_ipv6(void); |