drop forward declaration of struct client

it's been since the switch to libevent that is no longer needed.
This commit is contained in:
Omar Polo 2021-05-11 19:41:16 +00:00
parent 84821dc0ac
commit 23a5aab4ce
1 changed files with 0 additions and 2 deletions

2
gmid.h
View File

@ -183,8 +183,6 @@ struct mbuf {
};
TAILQ_HEAD(mbufhead, mbuf);
struct client;
typedef void (imsg_handlerfn)(struct imsgbuf*, struct imsg*, size_t);
typedef void (*statefn)(int, short, void*);