X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fdevice.h;h=6bfc44de1b1c7406e688643a8c7521efe546773f;hp=bf502e018e0adaf7ef3365499d9ebb3171eb3a9f;hb=57bc9a1835bcb6a8df7963ee4ab04fde34f28eaf;hpb=3f0c1f6b81dd305b0ded2424f9f7da441c7d97b6 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;