summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/render/layout.h b/render/layout.h
index a580a94f9..cae352b1a 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -1,10 +1,14 @@
/**
- * $Id: layout.h,v 1.2 2002/05/27 23:21:11 bursa Exp $
+ * $Id: layout.h,v 1.3 2002/08/11 23:04:02 bursa Exp $
*/
+#ifndef _NETSURF_RENDER_LAYOUT_H_
+#define _NETSURF_RENDER_LAYOUT_H_
+
/**
* interface
*/
void layout_document(struct box * box, unsigned long width);
+#endif