X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=f945a1f961cca891677700abdacd3fb104ed0442;hb=0871c3095151bce6a4031a2662aa51b7193b855c;hp=28f8cb5e687c1355662ded4f5bb947d73d1bc696;hpb=9e917cc3b614d7a986416e6a2c3ea9ea583adacf;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;