summaryrefslogtreecommitdiffstats
path: root/doc/kadm5
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-05-30 17:13:17 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-05-30 17:13:17 +0000
commit4267f3e040a4c484c08540a83cd505a9c485e096 (patch)
tree3a691579d1d6e37c6cac7d6d861f71c4283c821e /doc/kadm5
parent1013e3fa106632d4fc7d11310ba59c7e9bd815be (diff)
downloadkrb5-4267f3e040a4c484c08540a83cd505a9c485e096.tar.gz
krb5-4267f3e040a4c484c08540a83cd505a9c485e096.tar.xz
krb5-4267f3e040a4c484c08540a83cd505a9c485e096.zip
switch to USE_KADM5_API_VERSION == n instead of USE_KADM5_API_VERSION_n
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8173 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/kadm5')
-rw-r--r--doc/kadm5/api-funcspec.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex
index 25e0c26b3e..0910c394da 100644
--- a/doc/kadm5/api-funcspec.tex
+++ b/doc/kadm5/api-funcspec.tex
@@ -693,11 +693,12 @@ below, as well as all Admin API data structures, type definitions and
defines mentioned in this document.
Before \v{\#include}ing $<$kadm5/admin.h$>$, the programmer can
-\v{\#define} the version symbol that the program will use prefixed by
-USE_, such as USE_KADM5_API_VERSION_2. This will ensure that the
-correct functional protoypes and data structures are defined. If no
-version symbol is defined, the most recent version supported by the
-header files will be used.
+specify the API version number that the program will use by
+\v{\#define}ing USE_KADM5_API_VERSION; for example, define that symbol
+to be 1 to use KADM5_API_VERSION_1. This will ensure that the correct
+functional protoypes and data structures are defined. If no version
+symbol is defined, the most recent version supported by the header
+files will be used.
Some of the defines and their values contained in $<$kadm5/admin.h$>$
include the following, whose KADM5_ prefixes have been removed.