commit 23a5aab4ce21987b36a72e32b9ef1b82b910e797 from: Omar Polo date: Tue May 11 19:41:16 2021 UTC drop forward declaration of struct client it's been since the switch to libevent that is no longer needed. commit - 84821dc0acff63dbf7942419dafcdbbe2144d3d2 commit + 23a5aab4ce21987b36a72e32b9ef1b82b910e797 blob - c97fd23cdc5e9b408464369fe25de5c7fbbb40b7 blob + e5794710320f8caa7b03cae78542f5c2c3f7d404 --- gmid.h +++ gmid.h @@ -182,8 +182,6 @@ struct mbuf { char data[]; }; TAILQ_HEAD(mbufhead, mbuf); - -struct client; typedef void (imsg_handlerfn)(struct imsgbuf*, struct imsg*, size_t);