diff options
Diffstat (limited to 'src/util/et/init_et.c')
-rw-r--r-- | src/util/et/init_et.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/et/init_et.c b/src/util/et/init_et.c index 0e5d89a548..d40ed62487 100644 --- a/src/util/et/init_et.c +++ b/src/util/et/init_et.c @@ -54,7 +54,6 @@ int init_error_table(msgs, base, count) _et_list = &new_et->etl; return 0; } -#endif KRB5_DLLIMP extern errcode_t KRB5_CALLCONV et_init(ectx) et_ctx FAR *ectx; @@ -103,3 +102,4 @@ KRB5_DLLIMP extern errcode_t KRB5_CALLCONV et_add_error_table(ectx, tbl) return 0; } +#endif |