Updates for move of net apps to rosapps
[reactos.git] / reactos / apps / utils / 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);