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

Purge forward structs covered by vrt.h (or just lingering)

parent 7d2c77ac
...@@ -86,29 +86,20 @@ enum { ...@@ -86,29 +86,20 @@ enum {
/*--------------------------------------------------------------------*/ /*--------------------------------------------------------------------*/
struct VSC_lck; struct VSC_lck;
struct VSC_main;
struct backend;
struct ban; struct ban;
struct ban_proto; struct ban_proto;
struct backend;
struct busyobj;
struct cli; struct cli;
struct cli_proto; struct cli_proto;
struct director;
struct iovec;
struct mempool; struct mempool;
struct objcore; struct objcore;
struct objhead; struct objhead;
struct pool; struct pool;
struct poolparam; struct poolparam;
struct transport;
struct req;
struct sess; struct sess;
struct stevedore; struct transport;
struct suckaddr;
struct vrt_priv;
struct vsb;
struct worker; struct worker;
struct v1l;
struct VSC_main;
#define DIGEST_LEN 32 #define DIGEST_LEN 32
......
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