diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-14 18:31:07 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-14 18:31:07 +0200 |
commit | 1bc8f697807a8c93bc0903cb6c9879a4b33ea1d3 (patch) | |
tree | 745edc1568b98e7790b1708dce633575523f62b0 /sys/src/cmd/abaco/fns.h | |
parent | 1f850cbab17f02eeccaf70332254188101ee8327 (diff) |
abaco: simplify, pipeline html directly thru uhtml
Diffstat (limited to 'sys/src/cmd/abaco/fns.h')
-rw-r--r-- | sys/src/cmd/abaco/fns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/abaco/fns.h b/sys/src/cmd/abaco/fns.h index 3e739a7e8..776d156a0 100644 --- a/sys/src/cmd/abaco/fns.h +++ b/sys/src/cmd/abaco/fns.h @@ -65,7 +65,7 @@ int istextfield(Item *); int forceitem(Item *); int xtofchar(Rune *, Font *, long); int istextsel(Page *, Rectangle, int *, int *, Rune *, Font *); -char* convert(Runestr, char *, long *); +int findctype(char *, int, char *, char *); void execproc(void *); void getimage(Cimage *, Rune *); Point getpt(Page *p, Point); |