--- rxvt-unicode/src/rxvtd.C 2021/05/09 05:53:12 1.63 +++ rxvt-unicode/src/rxvtd.C 2021/06/17 00:08:35 1.64 @@ -47,7 +47,8 @@ #include "rxvtdaemon.h" #include "libptytty.h" -struct server : rxvt_connection { +struct server : rxvt_connection +{ log_callback log_cb; getfd_callback getfd_cb; @@ -70,7 +71,8 @@ void err (const char *format = 0, ...); }; -struct unix_listener { +struct unix_listener +{ int fd; void accept_cb (ev::io &w, int revents); ev::io accept_ev;