aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-06-07 22:11:25 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-06-07 22:11:25 +0300
commitc3f0967df21bf94f43e7f0b52cefebbbaa1c6318 (patch)
treea2cad35849665c6ca5c7de6b9943d808330fd247 /include
parentc14f3c4856d75624641ffa1d62d6e0c87217036f (diff)
downloadsmap-c3f0967df21bf94f43e7f0b52cefebbbaa1c6318.tar.gz
smap-c3f0967df21bf94f43e7f0b52cefebbbaa1c6318.tar.bz2
Merge modules mbq and mu-auth into a single modules: mailutils.
* configure.ac: Remove --with-mbq & --with-mu-auth (MBQ_COND, MU_AUTH_COND): Remove condition. (MAILUTILS_COND): New condition. (AC_CONFIG_FILES): Remove mbq/ and mu-auth/, add mailutils instead. * modules/Makefile.am (SUBDIRS): Remove mbq and mu-auth, add mailutils. * modules/mailutils/Makefile.am: New file. * modules/mailutils/mailutils.c: New file. * modules/mailutils/mbq/*: Remove. * modules/mailutils/mu-auth/*: Remove. * include/smap/ostr.h (smap_ostream_write): Buffer is const. * lib/ostr.c: Likewise. * modules/guile/guile.c: Add missing includes. * src/smap.h (MAX_DEBUG_COUNT): Fix constant.
Diffstat (limited to 'include')
-rw-r--r--include/smap/ostr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smap/ostr.h b/include/smap/ostr.h
index fbac3c3..a819602 100644
--- a/include/smap/ostr.h
+++ b/include/smap/ostr.h
@@ -22,7 +22,7 @@
#include <stdarg.h>
typedef struct smap_output_stream *smap_ostream_t;
-int smap_ostream_write(smap_ostream_t str, char *buf, size_t len);
+int smap_ostream_write(smap_ostream_t str, const char *buf, size_t len);
int smap_ostream_vprintf(smap_ostream_t str, const char *fmt, va_list ap);
int smap_ostream_printf(smap_ostream_t str, const char *fmt, ...);
int smap_ostream_flush(smap_ostream_t str);

Return to:

Send suggestions and report system problems to the System administrator.