path boxes to fp
authorellson <devnull@localhost>
Wed, 10 Sep 2008 02:51:34 +0000 (02:51 +0000)
committerellson <devnull@localhost>
Wed, 10 Sep 2008 02:51:34 +0000 (02:51 +0000)
lib/common/htmltable.h

index 43e20469c36439e9f6777067bf9c36147c8d675a..8b88ad247f2d3c60546e08b254a3c0e410b6ca8d 100644 (file)
@@ -173,7 +173,7 @@ extern "C" {
     extern void free_html_font(htmlfont_t*);
 
     extern boxf *html_port(node_t * n, char *pname, int* sides);
-    extern int html_path(node_t * n, port* p, int side, box * rv, int *k);
+    extern int html_path(node_t * n, port* p, int side, boxf * rv, int *k);
     extern int html_inside(node_t * n, pointf p, edge_t * e);
 
 #endif