summaryrefslogtreecommitdiff
path: root/staging/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/dns.c')
-rw-r--r--staging/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/dns.c b/staging/dns.c
index 5f9203c..bfa61d8 100644
--- a/staging/dns.c
+++ b/staging/dns.c
@@ -96,7 +96,7 @@ int dns_get_answer (char* argval);
// Note: I do NOT use libnet here (had problems with bugs there...)
-int create_dns_packet ()
+int create_dns_packet(void)
{
char *token, *tokenptr, argval[MAX_PAYLOAD_SIZE];