summaryrefslogtreecommitdiff
path: root/src/getoptb.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 16:05:46 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 16:05:46 +0200
commit08ce54211ce4b8d6092321ca1b28773a680ddc45 (patch)
tree9cf7eb2702a408743d59e207e24f8fb1e5ada31d /src/getoptb.c
parent795ffc5e62e8ba383575dbcd9943a580d4bd3358 (diff)
Added missing function prototype signatures.
Corrected socket_broadcast name to socket_broadcast4 in socket_if.h. Added const to fmt_str.
Diffstat (limited to 'src/getoptb.c')
-rw-r--r--src/getoptb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getoptb.c b/src/getoptb.c
index 64ac8ca..e0f6118 100644
--- a/src/getoptb.c
+++ b/src/getoptb.c
@@ -15,7 +15,7 @@
int opterr = 1;
char *optprogname = 0;
-int getopt(int argc, char **argv, char *opts)
+static int getopt(int argc, char **argv, char *opts)
{
int c;
char *s;