chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rights now apply to commands; docs catch up a bit
[disorder]
/
lib
/
rights.c
diff --git
a/lib/rights.c
b/lib/rights.c
index 8d84743f8b8c1ad8821f0c16fcfc669241a94566..5a9935bac1f102715305e77de4833073f650b633 100644
(file)
--- a/
lib/rights.c
+++ b/
lib/rights.c
@@
-53,7
+53,8
@@
static const struct {
{ RIGHT_REGISTER, "register" },
{ RIGHT_USERINFO, "userinfo" },
{ RIGHT_PREFS, "prefs" },
{ RIGHT_REGISTER, "register" },
{ RIGHT_USERINFO, "userinfo" },
{ RIGHT_PREFS, "prefs" },
- { RIGHT_GLOBAL_PREFS, "global prefs" }
+ { RIGHT_GLOBAL_PREFS, "global prefs" },
+ { RIGHT_PAUSE, "pause" }
};
#define NRIGHTS (sizeof rights_names / sizeof *rights_names)
};
#define NRIGHTS (sizeof rights_names / sizeof *rights_names)