X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/6e969fcfe897ed651145d5cadfc6764c2a6bce6d..515d216bfcf6993e362b520913a05ac69fc99132:/halibut.h diff --git a/halibut.h b/halibut.h index da7a845..f9d22a2 100644 --- 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 *); /*