mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
15 lines
168 B
C
15 lines
168 B
C
/*
|
|
* ReactOS log2lines
|
|
* Written by Jan Roeloffzen
|
|
*
|
|
* - Help text and functions
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
extern char *verboseUsage;
|
|
|
|
void usage(int verbose);
|
|
|
|
/* EOF */
|