summaryrefslogtreecommitdiff
path: root/common/smtppass.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-10-19 05:46:36 +0000
committerStef Walter <stef@memberwebs.com>2005-10-19 05:46:36 +0000
commitfb269bcd784ca431340cf47e7b515f64688bd55e (patch)
tree8cfd8d4e9e7aef232179318526a960d28b45302f /common/smtppass.h
parent131d21a4f9a2758d43344a3446c6812abd58216b (diff)
Fixes from Loic Le Loarer
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 d10bed1..701ecb9 100644
--- a/common/smtppass.h
+++ b/common/smtppass.h
@@ -101,7 +101,7 @@ int spio_read_line(struct spctx* ctx, spio_t* io, int opts);
* Guaranteed to accept all data or fail. */
int spio_write_data(struct spctx* ctx, spio_t* io, const char* data);
int spio_write_dataf(struct spctx* ctx, spio_t* io, const char* fmt, ...);
-int spio_write_data_raw(struct spctx* ctx, spio_t* io, unsigned char* buf, int len);
+int spio_write_data_raw(struct spctx* ctx, spio_t* io, const unsigned char* buf, int len);
/* Empty the given socket */
void spio_read_junk(struct spctx* sp, spio_t* io);