diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-09 13:06:58 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-09 13:06:58 +0000 |
commit | 391825e3604deef4c9dc3267dc2b6c89fc79958a (patch) | |
tree | 5a97c2574ee71812dce79389469355a290afc08a /gmid.h | |
parent | e3b2a0f8de7210c4d403cf4c30d956c34d8c9353 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |