mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
11 lines
190 B
C
11 lines
190 B
C
/* main.h
|
|
*
|
|
* Copyright (c) 1992-2001 by Mike Gleason.
|
|
* All rights reserved.
|
|
*
|
|
*/
|
|
|
|
/* main.c */
|
|
void InitConnectionInfo(void);
|
|
void CloseHost(void);
|
|
int main(int, const char **const);
|