From 86e6b10005f11d4cb97e2a836f849a99f0fe07ed Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 4 Sep 2004 00:16:11 +0000 Subject: Make g_state a readonly pointer. --- common/smtppass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/smtppass.h') 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); -- cgit v1.2.3