mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
14 lines
168 B
C
14 lines
168 B
C
/*
|
|
* ReactOS log2lines
|
|
* Written by Jan Roeloffzen
|
|
*
|
|
* - Help text and functions
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
extern char *verboseUsage;
|
|
|
|
void usage(int verbose);
|
|
|
|
/* EOF */
|