reactos/rosapps/net/ncftp/ncftp/main.h
Steven Edwards 456be5d16b remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
2005-05-07 21:24:31 +00:00

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);