diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-01-29 19:23:22 +0000 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-01-29 19:23:22 +0000 |
| commit | b3d07fa186c755208b96b9bb598a7b6df6799317 (patch) | |
| tree | a68c64058bde48c9228f3a15400c775c1c819374 /src/include | |
| parent | 73c1ef742a85d9b38691aace89a6677da86c7d12 (diff) | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/adm_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
