aboutsummaryrefslogtreecommitdiff
path: root/src/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape.h')
-rw-r--r--src/shape.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shape.h b/src/shape.h
index 43775a3..f9e1758 100644
--- a/src/shape.h
+++ b/src/shape.h
@@ -37,6 +37,8 @@ extern int split_words(struct boxvec *boxes, PangoContext *pc,
SCBlock *bl, PangoLanguage *lang,
int editable, SCInterpreter *scin);
+extern int itemize_and_shape(struct wrap_box *box, PangoContext *pc);
+
extern void add_image_box(struct boxvec *line, const char *filename,
int w, int h, int editable);