summaryrefslogtreecommitdiff
path: root/server/zserver.h
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 15:53:08 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 15:53:08 +0000
commitb7b8219bf7b4b67598827f4740a8caa1a2700ba9 (patch)
treec92ee26a57576b1c149c44e0ba3a23a9e8fe6bf9 /server/zserver.h
parent1a898f4631df77475024792cbf6e589a922c0828 (diff)
Correcet an oops. (I thought I'd tested this.)
Diffstat (limited to 'server/zserver.h')
-rw-r--r--server/zserver.h2
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. */