]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/text.h
add a lot of copyright headers
[netwatch.git] / include / text.h
index 9506d40ed9419b682303bf8313682c32f5b84a73..7e1ab5c205e783e51102944ec20b9254b72ee306 100644 (file)
@@ -1,9 +1,19 @@
+/* text.h
+ * Prototypes for text rendering routines
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree.
+ *
+ */
+
 #ifndef _TEXT_H
 
 #include <stdint.h>
 
 extern void text_init();
-extern void text_render(unsigned char *buf, unsigned int x, unsigned int y, unsigned int w, unsigned int h);
+extern void text_render(char *buf, int x, int y, int w, int h);
 extern uint32_t text_checksum(int x, int y, int w, int h);
 
 #endif
This page took 0.021359 seconds and 4 git commands to generate.