X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdevice.h;h=85112ffc02c14900491da039177b06896b4406a4;hb=41583d5dcfc1277b1a203478de4cce2cd0cda1b1;hp=c91f0354ff60c14ec07489893a1f31f19db87106;hpb=19b97e79aa63bcb6f81c2dbfd7ca91d89a230387;p=meshlink diff --git a/src/device.h b/src/device.h index c91f0354..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;