diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-01-03 01:16:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-01-03 01:16:19 -0500 |
commit | 297adfacb3d8f416878b4abff8db35df6366aaa8 (patch) | |
tree | d16fc8bf5e4e1b8c5a6b868817a7eb3a8c9026b0 /WWW/Library/Implementation/HTAccess.h | |
parent | bcb42c7f898bdeb1a6ceae297215b8ce0a6b2ecd (diff) | |
download | lynx-snapshots-297adfacb3d8f416878b4abff8db35df6366aaa8.tar.gz |
snapshot of project "lynx", label v2-8-7dev_7b
Diffstat (limited to 'WWW/Library/Implementation/HTAccess.h')
-rw-r--r-- | WWW/Library/Implementation/HTAccess.h | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/WWW/Library/Implementation/HTAccess.h b/WWW/Library/Implementation/HTAccess.h index 81e8f3c7..3aa9c6d9 100644 --- a/WWW/Library/Implementation/HTAccess.h +++ b/WWW/Library/Implementation/HTAccess.h @@ -1,12 +1,15 @@ -/* HTAccess: Access manager for libwww - ACCESS MANAGER - - This module keeps a list of valid protocol (naming scheme) specifiers with associated - access code. It allows documents to be loaded given various combinations of - parameters. New access protocols may be registered at any time. - - Part of the libwww library . - +/* + * $LynxId: HTAccess.h,v 1.20 2008/01/03 00:24:16 tom Exp $ + * HTAccess: Access manager for libwww + * ACCESS MANAGER + * + * This module keeps a list of valid protocol (naming scheme) specifiers with + * associated access code. It allows documents to be loaded given various + * combinations of parameters. New access protocols may be registered at any + * time. + * + * Part of the libwww library . + * */ #ifndef HTACCESS_H #define HTACCESS_H @@ -154,7 +157,7 @@ Load a document from absolute name to a stream Load if necessary, and select an anchor ON ENTRY, - destination The child or parenet anchor to be loaded. + destination The child or parent anchor to be loaded. ON EXIT, returns YES Success @@ -168,7 +171,7 @@ Load if necessary, and select an anchor Make a stream for Saving object back ON ENTRY, - anchor is valid anchor which has previously beeing loaded + anchor is valid anchor which has previously been loaded ON EXIT, returns 0 if error else a stream to save the object to. |