diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-04 15:01:22 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-04 15:01:22 +0200 |
commit | e64619267d7b4e5f5fec57718c0e11e7844dc9ee (patch) | |
tree | e3446ad13a259398c9721fa3183845f55b9d9603 /interface.h | |
parent | 0942c9368654ee1a0518bbeaf291a51852c11543 (diff) |
convert interface event queueing to global interface notifier
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/interface.h b/interface.h index 4b4326a..bfdc28e 100644 --- a/interface.h +++ b/interface.h @@ -139,9 +139,6 @@ int interface_add_data(struct interface *iface, const struct blob_attr *data); void interface_update_start(struct interface *iface); void interface_update_complete(struct interface *iface); -void interface_queue_event(struct interface *iface, enum interface_event ev); -void interface_dequeue_event(struct interface *iface); - void interface_start_pending(void); #endif |