From db78cbe9b77a5c705e743d0ca883b441d7954b85 Mon Sep 17 00:00:00 2001 From: Barry Jaspan Date: Wed, 21 Aug 1996 20:00:20 +0000 Subject: [PATCH] fix use of # git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8961 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/kadm5/api-server-design.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2