From b3d07fa186c755208b96b9bb598a7b6df6799317 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Thu, 29 Jan 2009 19:23:22 +0000 Subject: Introduced match_config_pattern function to find a pattern in the config value strings git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21828 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/adm_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/adm_proto.h b/src/include/adm_proto.h index 9d7002027..9028da1a4 100644 --- a/src/include/adm_proto.h +++ b/src/include/adm_proto.h @@ -97,6 +97,7 @@ krb5_error_code krb5_read_realm_params (krb5_context, krb5_realm_params **); krb5_error_code krb5_free_realm_params (krb5_context, krb5_realm_params *); +krb5_boolean match_config_pattern(const char *, const char *); /* str_conv.c */ krb5_error_code -- cgit