X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fdevice.h;h=85112ffc02c14900491da039177b06896b4406a4;hb=38adc8bf548c2c465d5f4147866c3d3f9112d3a8;hp=e28647db8b83427ee2b828330b31795c2f3d6284;hpb=6dfdb323612184529b4b83c1be914dda8262de47;p=tinc diff --git a/src/device.h b/src/device.h index e28647db..85112ffc 100644 --- a/src/device.h +++ b/src/device.h @@ -37,7 +37,6 @@ typedef struct devops_t { void (*close)(void); bool (*read)(struct vpn_packet_t *); bool (*write)(struct vpn_packet_t *); - void (*dump_stats)(void); } devops_t; extern const devops_t os_devops; @@ -48,4 +47,4 @@ extern const devops_t uml_devops; extern const devops_t vde_devops; extern devops_t devops; -#endif /* __TINC_DEVICE_H__ */ +#endif /* __TINC_DEVICE_H__ */