diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-02 04:59:44 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-02 04:59:44 +0100 |
commit | e8b46f69724d161d20f2eda076ec7e415b487a21 (patch) | |
tree | b8ea89e53e27650b35a2298af880389e89f3dca3 /sys/include/ape/auth.h | |
parent | f70ebd8e628b12973b12da12fa83aa67f39f2efa (diff) |
ape: update auth.h header for APE
Diffstat (limited to 'sys/include/ape/auth.h')
-rw-r--r-- | sys/include/ape/auth.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/include/ape/auth.h b/sys/include/ape/auth.h index ba68e30dc..317d08298 100644 --- a/sys/include/ape/auth.h +++ b/sys/include/ape/auth.h @@ -99,15 +99,13 @@ extern int addns(char*, char*); extern int noworld(char*); extern int amount(int, char*, int, char*); -/* these two may get generalized away -rsc */ extern int login(char*, char*, char*); -extern int httpauth(char*, char*); typedef struct Attr Attr; enum { AttrNameval, /* name=val -- when matching, must have name=val */ AttrQuery, /* name? -- when matching, must be present */ - AttrDefault, /* name:=val -- when matching, if present must match INTERNAL */ + AttrDefault, /* name=val -- when matching, if present must match INTERNAL */ }; struct Attr { @@ -146,7 +144,6 @@ extern AuthRpc* auth_allocrpc(int afd); extern Attr* auth_attr(AuthRpc *rpc); extern void auth_freerpc(AuthRpc *rpc); extern uint auth_rpc(AuthRpc *rpc, char *verb, void *a, int n); -extern int auth_wep(char*, char*, ...); #pragma varargck argpos auth_proxy 3 #pragma varargck argpos auth_challenge 1 #pragma varargck argpos auth_respond 8 |