Skip to content

Commit

Permalink
Update re_main.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo-zt authored Mar 29, 2024
1 parent 328f721 commit b91b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/re_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef void (fd_h)(int flags, void *arg);
typedef void (re_signal_h)(int sig);


int fd_listen(struct re_fhs **fhsp, re_sock_t fd, int flags, fd_h fh,
int fd_listen(struct re_fhs **fhsp, re_sock_t fd, int flags, fd_h *fh,
void *arg);
struct re_fhs *fd_close(struct re_fhs *fhs);
int fd_setsize(int maxfds);
Expand Down

0 comments on commit b91b639

Please sign in to comment.