Commit 7620b760 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Always forward declare structs, and this FlexeLint hack goes away.

parent d9c2408e
......@@ -31,6 +31,7 @@
struct vsm_sc;
struct suckaddr;
struct listen_sock;
struct transport;
struct listen_arg {
......
......@@ -435,7 +435,7 @@ struct { \
struct type *vtqe_next; /* next element */ \
struct type **vtqe_prev; /* address of previous next element */\
TRACEBUF \
} /*lint -e(18) */
}
/*
* Tail queue functions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment