Commit d9c2408e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Forward declare struct stevedore before we use it to unconfuse FlexeLint.

parent bd3b2dc2
...@@ -113,6 +113,7 @@ struct poolparam; ...@@ -113,6 +113,7 @@ struct poolparam;
struct transport; struct transport;
struct req; struct req;
struct sess; struct sess;
struct stevedore;
struct suckaddr; struct suckaddr;
struct vrt_priv; struct vrt_priv;
struct vsb; struct vsb;
......
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