Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Oct 30, 2021
1 parent 9829fdd commit e4fd7d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/mod/server.mod/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -2166,8 +2166,7 @@ static Function server_table[] = {
(Function) & isupport_get, /* */
/* 48 - 51 */
(Function) & isupport_parseint,
(Function) do_nettype_server,
(Function) & net_type /* int */
(Function) do_nettype_server
};

char *server_start(Function *global_funcs)
Expand Down
1 change: 0 additions & 1 deletion src/mod/server.mod/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
/* 48 - 51 */
#define isupport_parseint ((int (*)(const char *, const char *, int, int, int, int, int *))(server_funcs[48]))
#define do_nettype_server ((void (*) (void))server_funcs[49])
#define net_type ((char *)(server_funcs[50]))
#endif /* MAKING_SERVER */

struct server_list {
Expand Down

0 comments on commit e4fd7d8

Please sign in to comment.