X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fdevice.h;h=6bfc44de1b1c7406e688643a8c7521efe546773f;hp=bf502e018e0adaf7ef3365499d9ebb3171eb3a9f;hb=dff4955ddec1d318a56997388f367186c5b8078c;hpb=d178b583df9fe2bf3ebb3a7377203efc5c46df32 diff --git a/src/device.h b/src/device.h index bf502e01..6bfc44de 100644 --- a/src/device.h +++ b/src/device.h @@ -31,8 +31,8 @@ extern char *iface; typedef struct devops_t { bool (*setup)(void); void (*close)(void); - bool (*read)(struct vpn_packet_t *); - bool (*write)(struct vpn_packet_t *); + bool (*read)(struct vpn_packet_t *packet); + bool (*write)(struct vpn_packet_t *packet); void (*dump_stats)(void); } devops_t;