Implemented all the missing rendering features (such as different
[sgt/halibut] / halibut.h
index da7a845..f9d22a2 100644 (file)
--- a/halibut.h
+++ b/halibut.h
@@ -326,7 +326,7 @@ struct tagWrappedLine {
     int nspaces;                      /* number of whitespaces in line */
     int shortfall;                    /* how much shorter than max width */
 };
-wrappedline *wrap_para(word *, int, int, int (*)(word *));
+wrappedline *wrap_para(word *, int, int, int (*)(void *, word *), void *, int);
 void wrap_free(wrappedline *);
 
 /*