]> Joshua Wise's Git repositories - netwatch.git/blame - include/output.h
Open up TSEG so we can blast more packets out. Be a little less verbose.
[netwatch.git] / include / output.h
CommitLineData
efea5b4e
JW
1#ifndef __OUTPUT_H
2#define __OUTPUT_H
3
4extern void (*output)(const char *s);
5extern void (*outputf)(const char *s, ...);
6
7#endif
This page took 0.087875 seconds and 4 git commands to generate.