Revamp common mu_gsasl_module_data as extern.
* include/mailutils/gsasl.h (mu_gsasl_module_data): Mark as extern.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -31,7 +31,7 @@ struct mu_gsasl_module_data | ... | @@ -31,7 +31,7 @@ struct mu_gsasl_module_data |
31 | 31 | ||
32 | int mu_gsasl_module_init (enum mu_gocs_op, void *); | 32 | int mu_gsasl_module_init (enum mu_gocs_op, void *); |
33 | 33 | ||
34 | struct mu_gsasl_module_data mu_gsasl_module_data; | 34 | extern struct mu_gsasl_module_data mu_gsasl_module_data; |
35 | 35 | ||
36 | #ifdef WITH_GSASL | 36 | #ifdef WITH_GSASL |
37 | #include <gsasl.h> | 37 | #include <gsasl.h> | ... | ... |
-
Please register or sign in to post a comment