summaryrefslogtreecommitdiffstats
path: root/quicktun.h
diff options
context:
space:
mode:
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
};