summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index a982f2c..6e66229 100644
--- a/internal.h
+++ b/internal.h
@@ -52,7 +52,7 @@ void fprintvattrs(int, Vertex*);
/* clip */
int clipprimitive(Primitive*);
-void rectclipline(Rectangle, Point*, Point*);
+int rectclipline(Rectangle, Point*, Point*);
/* util */
int min(int, int);