]> andersk Git - moira.git/commitdiff
fix prototyping problems
authordanw <danw>
Sat, 7 Feb 1998 17:50:30 +0000 (17:50 +0000)
committerdanw <danw>
Sat, 7 Feb 1998 17:50:30 +0000 (17:50 +0000)
lib/critical.c
lib/mr_auth.c

index 01c90baa1f055300b122169f894764872cfc4036..144c0dd43b38d80bb6fecfe2240531b227bb916d 100644 (file)
@@ -20,6 +20,7 @@ extern Code_t ZSendNotice(ZNotice_t *notice, Z_AuthProc cert_routine);
 #include <moira.h>
 #include <moira_site.h>
 
+#include <stdio.h>
 #include <string.h>
 #ifdef SYSLOG
 #include <syslog.h>
index b6273e07e55b82666260698633b51e3ac9cd1352..d2a97854a875424292e89370e0453fd0981b0997 100644 (file)
@@ -15,8 +15,6 @@
 #include <string.h>
 
 #include <krb.h>
-extern char *krb_realmofhost(char *);
-extern int krb_mk_req(KTEXT, char *, char *, char *, int);
 
 RCSID("$Header$");
 
This page took 0.05248 seconds and 5 git commands to generate.