aboutsummaryrefslogtreecommitdiff
path: root/client/internal.h
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-04-24 01:17:48 +0000
committerRuss Allbery <rra@stanford.edu>2008-04-24 01:17:48 +0000
commit23b711ebacb2371915bfa4d9e0d386fa4e7cb35e (patch)
tree5041a42d5d48526322d827ef0e956f061e8064cc /client/internal.h
parentd509c915c9c3adc3b61eae84bdca0b612f25df96 (diff)
Switch to messages-krb5 in util instead of the one built in the client
library and start the transition of coding style.
Diffstat (limited to 'client/internal.h')
-rw-r--r--client/internal.h6
1 files changed, 0 insertions, 6 deletions
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 */