From 23b711ebacb2371915bfa4d9e0d386fa4e7cb35e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 24 Apr 2008 01:17:48 +0000 Subject: Switch to messages-krb5 in util instead of the one built in the client library and start the transition of coding style. --- client/internal.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'client/internal.h') diff --git a/client/internal.h b/client/internal.h index 795c58d..ba17b73 100644 --- a/client/internal.h +++ b/client/internal.h @@ -82,12 +82,6 @@ void write_file(const char *name, const void *data, size_t length); void write_srvtab(krb5_context, const char *srvtab, const char *principal, const char *keytab); -/* Versions of die and warn that report Kerberos errors. */ -void die_krb5(krb5_context, krb5_error_code, const char *, ...) - __attribute__((__noreturn__, __format__(printf, 3, 4))); -void warn_krb5(krb5_context, krb5_error_code, const char *, ...) - __attribute__((__format__(printf, 3, 4))); - END_DECLS #endif /* !CLIENT_INTERNAL_H */ -- cgit v1.2.3