]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - include/vga-overlay.h
changes to make it compile
[netwatch.git] / include / vga-overlay.h
... / ...
CommitLineData
1#ifndef VGA_OVERLAY_H
2#define VGA_OVERLAY_H
3
4void strblit(char *src, int row, int col);
5
6void dolog(char *s);
7void dologf(char *s, ...);
8void outlog();
9
10void dump_log(char *buffer);
11
12#endif
This page took 0.022411 seconds and 4 git commands to generate.