diff options
Diffstat (limited to 'common/smtppass.h')
-rw-r--r-- | common/smtppass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/smtppass.h b/common/smtppass.h index eb9378e..0accbdc 100644 --- a/common/smtppass.h +++ b/common/smtppass.h @@ -135,7 +135,7 @@ typedef struct clstate } clstate_t; -extern clstate_t g_state; +extern const clstate_t* g_state; void clstate_init(clstate_t* state); int clstate_parse_config(clstate_t* state, const char* configfile); |