diff options
| author | Niklas | 2011-06-29 16:57:27 +0200 |
|---|---|---|
| committer | Niklas | 2011-06-29 16:57:27 +0200 |
| commit | c9433d7303c6cec8031d35a6fbb3ff97dbd22078 (patch) | |
| tree | a1e7819bf008356cc320f5690e17c11782a06d49 /workspace/networkDiscovery/dhcpcd/dhcp.c | |
| parent | Merge branch 'master' of git.openslx.org:lsfks/projekte/fbgui (diff) | |
| download | fbgui-c9433d7303c6cec8031d35a6fbb3ff97dbd22078.tar.gz fbgui-c9433d7303c6cec8031d35a6fbb3ff97dbd22078.tar.xz fbgui-c9433d7303c6cec8031d35a6fbb3ff97dbd22078.zip | |
new funtions for the networkDiscovery class.
extensions to the logger.c
some tryouts with the QLocalSocket
also try QSocketNotifyer
Diffstat (limited to 'workspace/networkDiscovery/dhcpcd/dhcp.c')
| -rw-r--r-- | workspace/networkDiscovery/dhcpcd/dhcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/workspace/networkDiscovery/dhcpcd/dhcp.c b/workspace/networkDiscovery/dhcpcd/dhcp.c index 8ed66da..f625e8f 100644 --- a/workspace/networkDiscovery/dhcpcd/dhcp.c +++ b/workspace/networkDiscovery/dhcpcd/dhcp.c @@ -476,6 +476,7 @@ void free_dhcp (dhcp_t *dhcp) } } + static bool dhcp_add_address (struct address_head **addresses, const unsigned char *data, int length) |
