From 588addd8c9984090e67ae21836d5a138b96cb4a6 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 13 Jul 1997 01:14:30 +0000 Subject: [PATCH] new prototypes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2240 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index abe07582e..a03c9a5f7 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -95,6 +95,9 @@ const krb5_config_binding *krb5_config_get_list (krb5_config_section *c, const krb5_config_binding *krb5_config_vget_list (krb5_config_section *c, va_list args); +krb5_error_code +krb5_config_file_free (krb5_config_section *s); + int krb5_getportbyname (const char *service, const char *proto,