new prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2150 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-11 13:07:15 +00:00
parent 07a41e8580
commit 6d0956c254
2 changed files with 8 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ struct krb5_config_binding {
union {
char *string;
struct krb5_config_binding *list;
void *generic;
} u;
};