* rtest.c: Provide a prototype for krb5_klog_syslog() dummy handler
authorEzra Peisach <epeisach@mit.edu>
Thu, 5 Jul 2001 15:19:27 +0000 (15:19 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 5 Jul 2001 15:19:27 +0000 (15:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13559 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog
src/kdc/rtest.c

index 5fb419595302e87e109d1f4afc1a1ac598de02df..bc63a27e1cf1d5006724615b022c09956d0623f5 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-05  Ezra Peisach  <epeisach@mit.edu>
+
+       * rtest.c: Provide a prototype for krb5_klog_syslog() dummy handler.
+
 2001-06-29  Tom Yu  <tlyu@mit.edu>
 
        * configure.in: Add check for ifaddrs.h, which missing.
index 8f0e30396a5cc0647d1920c7fb757ad1442f8219..9450bf2a505bddea54ab8db20cd40c9a16a2ec98 100644 (file)
@@ -31,6 +31,8 @@
 #include "kdc_util.h"
 #include "extern.h"
 
+void krb5_klog_syslog(void);
+
 static krb5_principal 
 make_princ(ctx, str, prog)
     krb5_context ctx;