netdev: Remove unused typedefs

This commit is contained in:
Denis Kenzior 2016-05-11 22:24:40 -05:00
parent 0c7504b5fb
commit 08d72cd213
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@
struct netdev;
typedef void (*netdev_watch_func_t)(struct netdev *netdev, void *userdata);
typedef void (*netdev_destroy_func_t)(void *userdata);
typedef void (*netdev_command_func_t) (bool result, void *user_data);
void netdev_set_linkmode_and_operstate(uint32_t ifindex,