"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "win32/support/getopt.c" between
ngrep-1_45.tar.gz and ngrep-1_47.tar.gz

About: ngrep (network grep) applies GNU grep’s common features to the network layer.

getopt.c  (ngrep-1_45):getopt.c  (ngrep-1_47)
/*
* $Id$
*/
#include <stdio.h> /* for EOF */ #include <stdio.h> /* for EOF */
#include <string.h> /* for strchr() */ #include <string.h> /* for strchr() */
#include <getopt.h> #include <getopt.h>
/* static (global) variables that are specified as exported by getopt() */ /* static (global) variables that are specified as exported by getopt() */
char *optarg = NULL; /* pointer to the start of the option argument */ char *optarg = NULL; /* pointer to the start of the option argument */
int optind = 1; /* number of the next argv[] to be evaluated */ int optind = 1; /* number of the next argv[] to be evaluated */
int opterr = 1; /* non-zero if a question mark should be returned int opterr = 1; /* non-zero if a question mark should be returned
 End of changes. 1 change blocks. 
3 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)