* klog.h: Flush out prototype for klog()
authorEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 11:20:08 +0000 (11:20 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 27 Jun 2001 11:20:08 +0000 (11:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13516 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/klog.h

index 1b1e5ad651faab64c1458eea13d51b54627ae8b8..e3fa567e01705f8c016ed15ac822428f666ad393 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-27  Ezra Peisach  <epeisach@mit.edu>
+
+       * klog.h: Flush out prototype for klog().
+
 2001-06-26  Ezra Peisach  <epeisach@mit.edu>
 
        * prot.h: Flush out prototypes for create_auth_reply(), pkt_cipher().
index a7e1afb0b602e168cfc983b9178c20d90c185d53..360fcfbee664759f372f87a6ffa1afb4e677ecd9 100644 (file)
@@ -51,6 +51,7 @@
 #define L_APPL_REQ      15     /* Application requests (using tgt) */
 #define L_KRB_PWARN      16    /* Protocol warning messages        */
 
-char   *klog();
+char   *klog(int, char *, char *, char *, char *, char *, char *, char *, 
+            char *, char *, char *, char *);
 
 #endif /* KLOG_DEFS */