- Rearrange reactos.dff according to rosapps rearrange.
[reactos.git] / rosapps / net / ncftp / ncftp / main.h
1 /* main.h
2 *
3 * Copyright (c) 1992-2001 by Mike Gleason.
4 * All rights reserved.
5 *
6 */
7
8 /* main.c */
9 void InitConnectionInfo(void);
10 void CloseHost(void);
11 int main(int, const char **const);