chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Put a frame around user management window (and the other popups) and
[disorder]
/
lib
/
eclient.h
diff --git
a/lib/eclient.h
b/lib/eclient.h
index 5d57f3fb27662698ffd379026a7e0480500319ca..157ad59301095a19556e0a2a9121de6e1c5cbf94 100644
(file)
--- a/
lib/eclient.h
+++ b/
lib/eclient.h
@@
-350,6
+350,12
@@
int disorder_eclient_edituser(disorder_eclient *c,
const char *property,
const char *value,
void *v);
+int disorder_eclient_adduser(disorder_eclient *c,
+ disorder_eclient_no_response *completed,
+ const char *user,
+ const char *password,
+ const char *rights,
+ void *v);
#endif