summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/render/layout.h b/render/layout.h
new file mode 100644
index 000000000..e2879a957
--- /dev/null
+++ b/render/layout.h
@@ -0,0 +1,10 @@
+/**
+ * $Id: layout.h,v 1.1 2002/05/04 19:57:18 bursa Exp $
+ */
+
+/**
+ * interface
+ */
+
+void layout_block(struct box * box, unsigned long width);
+