1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-15 07:17:23 +00:00
reactos/sdk/tools/log2lines/help.h

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 */