ReactOS 0.4.15-dev-7942-gd23573b
main.h
Go to the documentation of this file.
1/* main.h
2 *
3 * Copyright (c) 1992-2001 by Mike Gleason.
4 * All rights reserved.
5 *
6 */
7
8/* main.c */
9void InitConnectionInfo(void);
10void CloseHost(void);
11int main(int, const char **const);
int main()
Definition: test.c:6
void InitConnectionInfo(void)
Definition: main.c:109
void CloseHost(void)
Definition: main.c:153