From c27a50568cf407ce8faea4adcc3e07756c002c8a Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 9 Jun 2018 00:00:50 +0000 Subject: driver: support cmd selection via symlinks and/or program name. --- include/ntux/ntux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ntux') diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index ff7d504..6063304 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -54,6 +54,7 @@ enum ntux_cmd { NTUX_CMD_STAT, NTUX_CMD_SPAWN, NTUX_CMD_STRACE, + NTUX_CMD_CAP, }; struct ntux_source_version { -- cgit v1.2.3