aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-09 13:06:58 +0000
committerOmar Polo <op@omarpolo.com>2021-07-09 13:06:58 +0000
commit391825e3604deef4c9dc3267dc2b6c89fc79958a (patch)
tree5a97c2574ee71812dce79389469355a290afc08a /gmid.h
parente3b2a0f8de7210c4d403cf4c30d956c34d8c9353 (diff)
move parse_portno to gmid.c
it's used only to parse the -p flag. While there add check_port_num to check the range for the port.
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index 97870df..9a06656 100644
--- a/gmid.h
+++ b/gmid.h
@@ -317,7 +317,6 @@ void free_config(void);
void drop_priv(void);
void yyerror(const char*, ...);
-int parse_portno(const char*);
void parse_conf(const char*);
int cmdline_symset(char *);