summaryrefslogtreecommitdiffstats
path: root/doc/api/library.tex
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-11-21 19:25:57 +0000
committerTheodore Tso <tytso@mit.edu>1994-11-21 19:25:57 +0000
commit321c295fda927322ce07d78f974d72e0876d86e5 (patch)
treec3c28545863989ddf7df1a4b618a73cf0771b32c /doc/api/library.tex
parent792981cd982d791b593fc303ee5a922d815b73e0 (diff)
downloadkrb5-321c295fda927322ce07d78f974d72e0876d86e5.tar.gz
krb5-321c295fda927322ce07d78f974d72e0876d86e5.tar.xz
krb5-321c295fda927322ce07d78f974d72e0876d86e5.zip
library.tex (internalfunc): Define \internalfunc, which prints a
disclaimer in front of "internal functions". We should move them somewhere else, but for now, let's start marking those functions which we believe are internal. krb5.tex: Documented changed interfaces to krb5_encode_kdc_rep and krb5_encrypt_tkt_part. Document krb5_encode_kdc_rep, krb5_decode_kdc_rep, krb5_encrypt_tkt_part, krb5_decrypt_tkt_part, and krb5_send_tgs as all internal functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4708 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/library.tex')
-rw-r--r--doc/api/library.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/library.tex b/doc/api/library.tex
index 213ef01761..800b279a21 100644
--- a/doc/api/library.tex
+++ b/doc/api/library.tex
@@ -39,6 +39,10 @@
\cfoot{\thepage}
\else\pagestyle{headings}\fi
+\def\internalfunc{NOTE: This is an internal function, which is not
+necessarily intended for use by application programs. Its interface may
+change at any time.\par}
+
%nlg- time to make this a real document
\title{\Huge Kerberos V5 application programming library}