From 7d0d0e5f1570f06564e07f5e55b9bef9db517f8b Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 26 Sep 2018 12:07:48 +0300 Subject: list can now show attributes (secret, primary) --- src/actions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions.h') diff --git a/src/actions.h b/src/actions.h index 414c098..5e32164 100644 --- a/src/actions.h +++ b/src/actions.h @@ -59,6 +59,7 @@ typedef struct ListOptions ListOpt; struct ListOptions { ListType _lt; ListShowType _lst; + int attr; int err; }; -- cgit v1.2.3