diff options
author | Greg Hudson <ghudson@mit.edu> | 1997-09-23 15:53:08 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1997-09-23 15:53:08 +0000 |
commit | b7b8219bf7b4b67598827f4740a8caa1a2700ba9 (patch) | |
tree | c92ee26a57576b1c149c44e0ba3a23a9e8fe6bf9 | |
parent | 1a898f4631df77475024792cbf6e589a922c0828 (diff) |
Correcet an oops. (I thought I'd tested this.)
-rw-r--r-- | server/zserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/zserver.h b/server/zserver.h index b1f2251..8788e1e 100644 --- a/server/zserver.h +++ b/server/zserver.h @@ -32,7 +32,7 @@ /* Kerberos-specific library interfaces used only by the server. */ extern C_Block __Zephyr_session; #define ZGetSession() (__Zephyr_session) -Code_t ZFormatAuthenticNotice ZP((ZNotice_t*, char*, int, int*, C_Block)); +Code_t ZFormatAuthenticNotice __P((ZNotice_t*, char*, int, int*, C_Block)); #endif /* For krb_rd_req prototype and definition. */ |