diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-13 04:18:55 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-13 04:18:55 -0500 |
commit | 08fc6e5c6582f05f43c968931b04d698cf7abc86 (patch) | |
tree | e8dd5f36c333c4fec9bee88f9bffb370db7ee176 /WWW/Library/Implementation/HTACL.h | |
parent | 0654c7025fbe241efddf0c3b9e58817f262aeda9 (diff) | |
download | lynx-snapshots-08fc6e5c6582f05f43c968931b04d698cf7abc86.tar.gz |
snapshot of project "lynx", label v2-8-2dev_9
Diffstat (limited to 'WWW/Library/Implementation/HTACL.h')
-rw-r--r-- | WWW/Library/Implementation/HTACL.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/WWW/Library/Implementation/HTACL.h b/WWW/Library/Implementation/HTACL.h index d1431b34..9aa0a68e 100644 --- a/WWW/Library/Implementation/HTACL.h +++ b/WWW/Library/Implementation/HTACL.h @@ -9,9 +9,9 @@ #include <HTGroup.h> #ifdef SHORT_NAMES -#define HTAAoACL HTAA_openAcl -#define HTAAcACL HTAA_closeAcl -#define HTAAgAEn HTAA_getAclEntry +#define HTAA_openAcl HTAAoACL +#define HTAA_closeAcl HTAAcACL +#define HTAA_getAclEntry HTAAgAEn #endif /* SHORT_NAMES */ /* @@ -63,7 +63,7 @@ Getting ACL Entry ** template : method, method, ... : group@addr, user, group, ... ** ** The last item is in fact in exactly the same format as -** group definition in group file, i.e. everything that +** group definition in group file, i.e., everything that ** follows the 'groupname:' part, ** e.g. ** user, group, user@address, group@address, @@ -87,7 +87,7 @@ Getting ACL Entry ** ** NOTE: ** The returned group definition may well contain references -** to groups defined in group file. Therefore these references +** to groups defined in group file. Therefore these references ** must be resolved according to that rule file by function ** HTAA_resolveGroupReferences() (group file is read in by ** HTAA_readGroupFile()) and after that access authorization |