From d7960adb0c52a7abb2af932d1e7af98b980c8642 Mon Sep 17 00:00:00 2001 From: (no author) Date: Tue, 10 Jan 2006 13:51:39 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'protocol_v3'. --- src/getopt.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 src/getopt.h (limited to 'src/getopt.h') diff --git a/src/getopt.h b/src/getopt.h new file mode 100755 index 0000000..d52543f --- /dev/null +++ b/src/getopt.h @@ -0,0 +1,16 @@ +#ifndef __GETOPT_H_ +#define __GETOPT_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +extern int optind ; +extern char *optarg ; +extern int getopt (int argc, char **argv, char *optstring) ; + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.1