summaryrefslogtreecommitdiffstats
path: root/quicktun.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-04-14 22:50:55 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-04-14 22:50:55 +0200
commit45f7bf0ddba8e1b81db65fab30eca50da83e6be5 (patch)
tree3ad123b8177cb6e9ce2ff93ff612766a8ecba360 /quicktun.h
parentb476556d447c07244e71ff15d832efb19109ae29 (diff)
downloadmodquicktun-45f7bf0ddba8e1b81db65fab30eca50da83e6be5.tar
modquicktun-45f7bf0ddba8e1b81db65fab30eca50da83e6be5.zip
Implement interface configuration and deletion
Diffstat (limited to 'quicktun.h')
-rw-r--r--quicktun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quicktun.h b/quicktun.h
index 3eb6b04..b002050 100644
--- a/quicktun.h
+++ b/quicktun.h
@@ -7,8 +7,8 @@
enum {
QUICKTUN_CMD_UNSPEC,
QUICKTUN_CMD_CREATE_DEVICE,
- QUICKTUN_CMD_MODIFY_DEVICE,
- QUICKTUN_CMD_DESTROY_DEVICE,
+ QUICKTUN_CMD_CHANGE_DEVICE,
+ QUICKTUN_CMD_DELETE_DEVICE,
QUICKTUN_CMD_GET_DEVICE,
__QUICKTUN_CMD_MAX
};