summaryrefslogtreecommitdiffstats
path: root/ml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml.h')
-rw-r--r--ml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ml.h b/ml.h
index b2306cce..8168440a 100644
--- a/ml.h
+++ b/ml.h
@@ -29,7 +29,6 @@ enum md_ns {
MD_NS_DEFAULT,
};
-
typedef int (*ml_begin)(struct md_mbuf *, const struct md_args *,
const struct tm *, const char *, const char *,
const char *, const char *);
@@ -43,6 +42,8 @@ typedef ssize_t (*ml_begintag)(struct md_mbuf *,
__BEGIN_DECLS
+int ml_putstring(struct md_mbuf *,
+ const char *, size_t *);
int ml_nputstring(struct md_mbuf *,
const char *, size_t, size_t *);
int ml_nputs(struct md_mbuf *,