ReactOS 0.4.15-dev-8434-g155a7c7
help.h
Go to the documentation of this file.
1/*
2 * ReactOS log2lines
3 * Written by Jan Roeloffzen
4 *
5 * - Help text and functions
6 */
7
8#pragma once
9
10extern char *verboseUsage;
11
12void usage(int verbose);
13
14/* EOF */
GLsizeiptr const GLvoid GLenum usage
Definition: glext.h:5919
#define verbose
Definition: rosglue.h:36
char * verboseUsage
Definition: help.c:17