diff output.h @ 21:e3fab8f1b52c

strip comments.
author David A. Holland
date Mon, 20 Dec 2010 04:15:02 -0500
parents f9792a9ec704
children 76c114899f63
line wrap: on
line diff
--- a/output.h	Mon Dec 20 04:03:35 2010 -0500
+++ b/output.h	Mon Dec 20 04:15:02 2010 -0500
@@ -1,2 +1,2 @@
-void output(const char *buf, size_t len);
+void output(const struct place *p, const char *buf, size_t len);
 void output_eof(void);