]> Joshua Wise's Git repositories - netwatch.git/blob - include/output.h
5c1101af84ae53508893cbf3fe68d8ab147b32f2
[netwatch.git] / include / output.h
1 /* output.h
2  * Definitions for needed output routines
3  * NetWatch system management mode administration console
4  *
5  * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
6  * This program is free software; you can redistribute and/or modify it under
7  * the terms found in the file LICENSE in the root of this source tree. 
8  *
9  */
10
11 #ifndef __OUTPUT_H
12 #define __OUTPUT_H
13
14 extern void (*output)(const char *s);
15 extern void (*outputf)(const char *s, ...);
16
17 #endif
This page took 0.015013 seconds and 2 git commands to generate.