From 45f7bf0ddba8e1b81db65fab30eca50da83e6be5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 14 Apr 2011 22:50:55 +0200 Subject: Implement interface configuration and deletion --- quicktun.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quicktun.h') 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 }; -- cgit v1.2.3