aboutsummaryrefslogtreecommitdiff
path: root/doc/implement
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-09-05 14:08:52 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-09-05 14:08:52 +0000
commite11e9d30aaf2fa17ca127aa1747756a30fb39bc9 (patch)
tree9a0af34d12c1d6ed17e6a13a5ae828ab7eb33ebe /doc/implement
parent73852f609a18070297176f5f40622a385a552516 (diff)
downloadkrb5-e11e9d30aaf2fa17ca127aa1747756a30fb39bc9.zip
krb5-e11e9d30aaf2fa17ca127aa1747756a30fb39bc9.tar.gz
krb5-e11e9d30aaf2fa17ca127aa1747756a30fb39bc9.tar.bz2
describe where to find prototypes
remove spurious line from krb_net_write git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1084 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement')
-rw-r--r--doc/implement/libos-i.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/implement/libos-i.tex b/doc/implement/libos-i.tex
index d14a39b..6454e99 100644
--- a/doc/implement/libos-i.tex
+++ b/doc/implement/libos-i.tex
@@ -1,7 +1,10 @@
The operating-system specific functions provide an interface between the
other parts of the \libname{libkrb5.a} libraries and the operating system.
-Beware! Any of these are allowed to be implemented as macros.
+Beware! Any of the functions below are allowed to be implemented as
+macros. Prototypes for functions can be found in {\tt
+<krb5/libos-proto.h>}; other definitions (including macros, if used) are
+in {\tt <krb5/libos.h>}.
The following global symbols are provided in \libname{libos.a}. If you
wish to substitute for any of them, you must substitute for all of them
@@ -134,7 +137,6 @@ Only useful on stream sockets and pipes.
Like write(2), but guarantees that it writes as much as was requested
or returns -1 and sets errno.
-(make sure your sender will send all the stuff you are looking for!)
Only useful on stream sockets and pipes.
\begin{funcdecl}{krb5_os_localaddr}{krb5_error_code}{\funcout}