rename STRING -> krb5_config_string, and LIST -> krb5_config_list
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3386 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -212,7 +212,7 @@ typedef struct krb5_cc_ops{
|
||||
struct krb5_log_facility;
|
||||
|
||||
struct krb5_config_binding {
|
||||
enum { STRING, LIST } type;
|
||||
enum { krb5_config_string, krb5_config_list } type;
|
||||
char *name;
|
||||
struct krb5_config_binding *next;
|
||||
union {
|
||||
|
Reference in New Issue
Block a user