From: John Kohl Date: Wed, 5 Sep 1990 14:08:52 +0000 (+0000) Subject: describe where to find prototypes X-Git-Tag: krb5-1.0-alpha2~327 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e11e9d30aaf2fa17ca127aa1747756a30fb39bc9;p=krb5.git 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 --- diff --git a/doc/api/libos.tex b/doc/api/libos.tex index d14a39b27..6454e9916 100644 --- a/doc/api/libos.tex +++ b/doc/api/libos.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 +}; other definitions (including macros, if used) are +in {\tt }. 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} diff --git a/doc/implement/libos-i.tex b/doc/implement/libos-i.tex index d14a39b27..6454e9916 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 +}; other definitions (including macros, if used) are +in {\tt }. 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}