summaryrefslogtreecommitdiff
path: root/listen-DGRAM.c
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-06-03 10:46:16 +0200
committerOskar <[email protected]>2024-06-03 10:46:16 +0200
commitcf86eea3ef47ce4444b99edff866a7d9836bd763 (patch)
treeb4807c241595755035557b44001bc053e513917c /listen-DGRAM.c
parent4333fba71bbdadfe078aa7ebbe9194c6fc35af22 (diff)
udp client-DGRAM
Diffstat (limited to 'listen-DGRAM.c')
-rw-r--r--listen-DGRAM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listen-DGRAM.c b/listen-DGRAM.c
index 08f871c..feecd63 100644
--- a/listen-DGRAM.c
+++ b/listen-DGRAM.c
@@ -26,7 +26,7 @@ void INThandler() {
exit(0);
}
-int main () {
+int main (void) {
int gai_result; // result from getaddrinfo
int bind_result = -1; // result from bind