From: Barry Jaspan Date: Wed, 21 Aug 1996 20:00:20 +0000 (+0000) Subject: fix use of # X-Git-Tag: krb5-1.0-beta7~121 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=db78cbe9b77a5c705e743d0ca883b441d7954b85;p=krb5.git fix use of # git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8961 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/kadm5/api-server-design.tex b/doc/kadm5/api-server-design.tex index 93ec9fb0e..fd80c2ec4 100644 --- a/doc/kadm5/api-server-design.tex +++ b/doc/kadm5/api-server-design.tex @@ -236,7 +236,7 @@ that case, the function would have to written to take variable arguments (i.e. use $<$stdarg.h$>$) and extract them from the stack based on the API version. Alternatively, a separate function for each API version could be defined, and $<$kadm5/admin.h$>$ could be written -to \v{#define} the exported function name based on the value of +to \v{\#define} the exported function name based on the value of USE_KADM5_API_VERSION. In the current system, it turns out, that isn't necessary, and future