]> git.mikk.net Git - smtpsink/commit
Pass data as const char * to avoid module cross-talk.
authorchris mikkelson <chris@mikk.net>
Mon, 6 Apr 2009 23:23:31 +0000 (18:23 -0500)
committerchris mikkelson <chris@mikk.net>
Mon, 6 Apr 2009 23:23:31 +0000 (18:23 -0500)
commit1e649f2b822aa32fa493af58518834b92b2fe91c
treecdc70c20dceb6c7fb3159d97e8fbb0e6372fbc5a
parent622e4af72fd607bdc0be6d2f2864a7a73426d938
Pass data as const char * to avoid module cross-talk.

Modules are passed data from a buffer maintained by smtpsink core;
if a module modifies the data, the modifications may be seen by other
modules.
module.c
smtpsink-int.h
smtpsink.h