X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=f945a1f961cca891677700abdacd3fb104ed0442;hb=8c8dfd6686a3d4cc11c20a09c8dfbc8321b07cdb;hp=28f8cb5e687c1355662ded4f5bb947d73d1bc696;hpb=2c6b2d70e6640f39563ad7bb0aa0ba87f883848c;p=tinc diff --git a/src/net.h b/src/net.h index 28f8cb5e..f945a1f9 100644 --- a/src/net.h +++ b/src/net.h @@ -120,7 +120,7 @@ typedef struct outgoing_t { timeout_t ev; } outgoing_t; -extern list_t *outgoing_list; +extern list_t outgoing_list; extern int maxoutbufsize; extern int seconds_till_retry;