Added comment on where to find documentation
diff --git a/contiki/ctk/ctk-draw.h b/contiki/ctk/ctk-draw.h
index 8549e23..2552ef3 100644
--- a/contiki/ctk/ctk-draw.h
+++ b/contiki/ctk/ctk-draw.h
@@ -32,7 +32,7 @@
  *
  * This file is part of the "ctk" console GUI toolkit for cc65
  *
- * $Id: ctk-draw.h,v 1.1 2003/03/19 14:13:34 adamdunkels Exp $
+ * $Id: ctk-draw.h,v 1.2 2003/04/08 07:20:48 adamdunkels Exp $
  *
  */
 
@@ -44,6 +44,9 @@
 #include "ctk-arch.h"
 
 
+/* See the file doc/ctk.txt for documentation on these function
+   declarations. */
+
 void ctk_draw_init(void);
 
 void ctk_draw_clear(unsigned char clipy1, unsigned char clipy2);