summaryrefslogtreecommitdiff
path: root/common/smtppass.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-04 00:16:11 +0000
committerStef Walter <stef@memberwebs.com>2004-09-04 00:16:11 +0000
commit028f34686603b2d981e782488b5e59ac74289279 (patch)
tree6fa2554f2ed82adcd4ea96014e6e5f3e85d45ede /common/smtppass.h
parent557769cc1da3e633f00d2d80c368482e0501b5fd (diff)
Make g_state a readonly pointer.
Diffstat (limited to 'common/smtppass.h')
-rw-r--r--common/smtppass.h2
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);