From 4267f3e040a4c484c08540a83cd505a9c485e096 Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Thu, 30 May 1996 17:13:17 +0000 Subject: [PATCH] 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 --- doc/kadm5/api-funcspec.tex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex index 25e0c26b3..0910c394d 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. -- 2.26.2