]> Pileus Git - ~andy/ct/blobdiff - knot/knot.h
Use dynamic memory, fix CSS for tables
[~andy/ct] / knot / knot.h
index 0e777975c1e1ca7f707ea1cbec302f8145845647..52a1aef8677121cee35a7a4982c0a4e82552eef7 100644 (file)
@@ -11,4 +11,9 @@ typedef struct {
        int bot;
 } tile_t;
 
-void print_index(tile_t **tiles);
+typedef struct {
+       tile_t *cols;
+       int ncols;
+} row_t;
+
+void print_index(row_t *rows);