aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml.h')
-rw-r--r--ml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ml.h b/ml.h
index 3c28399e..eab44130 100644
--- a/ml.h
+++ b/ml.h
@@ -1,4 +1,4 @@
-/* $Id: ml.h,v 1.8 2008/12/07 21:30:49 kristaps Exp $ */
+/* $Id: ml.h,v 1.9 2008/12/07 22:40:18 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -65,6 +65,8 @@ int ml_nputs(struct md_mbuf *,
int ml_puts(struct md_mbuf *, const char *, size_t *);
int ml_putchars(struct md_mbuf *,
char, size_t, size_t *);
+char *ml_literal(int, const int *,
+ const char **, const char **);
struct md_mlg *mlg_alloc(const struct md_args *,
const struct md_rbuf *, struct md_mbuf *,