Updates for move of net apps to rosapps
[reactos.git] / reactos / apps / utils / net / ncftp / ncftp / getopt.h
1 /* getopt.h
2 *
3 * Copyright (c) 1992-2001 by Mike Gleason.
4 * All rights reserved.
5 *
6 */
7
8 #define kGetoptBadChar ((int) '?')
9 #define kGetoptErrMsg ""
10
11 void GetoptReset(void);
12 int Getopt(int nargc, const char **const nargv, const char *const ostr);