summaryrefslogtreecommitdiff
path: root/gdhcp/ipv4ll.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdhcp/ipv4ll.h')
-rwxr-xr-x[-rw-r--r--]gdhcp/ipv4ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdhcp/ipv4ll.h b/gdhcp/ipv4ll.h
index aaac33ed..bee8138a 100644..100755
--- a/gdhcp/ipv4ll.h
+++ b/gdhcp/ipv4ll.h
@@ -43,7 +43,7 @@ extern "C" {
#define RATE_LIMIT_INTERVAL 60
#define DEFEND_INTERVAL 10
-uint32_t ipv4ll_random_ip(int seed);
+uint32_t ipv4ll_random_ip(void);
guint ipv4ll_random_delay_ms(guint secs);
int ipv4ll_send_arp_packet(uint8_t* source_eth, uint32_t source_ip,
uint32_t target_ip, int ifindex);