switch to USE_KADM5_API_VERSION == n instead of USE_KADM5_API_VERSION_n
authorBarry Jaspan <bjaspan@mit.edu>
Thu, 30 May 1996 17:13:17 +0000 (17:13 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Thu, 30 May 1996 17:13:17 +0000 (17:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8173 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-funcspec.tex

index 25e0c26b3e386685df6c634bc5f1fa62040e2fc9..0910c394dac58fa4c5cd93f9a09e5508b0145561 100644 (file)
@@ -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.