]> Joshua Wise's Git repositories - netwatch.git/blame - include/console-ext.h
latest
[netwatch.git] / include / console-ext.h
CommitLineData
9b8c947b
JW
1/** @file console-ext.h
2 *
3 * @brief Forward declarations for extended console functions
4 *
5 * @author Joshua Wise (jwise) <joshua@joshuawise.com>
6 * @buf None known
7 */
8
9#ifndef __CONSOLE_EXT_H
10#define __CONSOLE_EXT_H
11
12void cons_backbuffer();
13void cons_debackbuffer();
14
15#endif
This page took 0.023604 seconds and 4 git commands to generate.