Subversion Repositories Kolibri OS

Rev

Rev 4874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 102... Line 102...
102
#endif				/* __cplusplus */
102
#endif				/* __cplusplus */
Line 103... Line 103...
103
 
103
 
104
/* types defined by this include file */
104
/* types defined by this include file */
105
  struct option
105
  struct option
106
  {
106
  {
107
    char *name;			/* the name of the long option */
107
    const char *name;		/* the name of the long option */
108
    int has_arg;		/* one of the above macros */
108
    int has_arg;		/* one of the above macros */
109
    int *flag;			/* determines if getopt_long() returns a
109
    int *flag;			/* determines if getopt_long() returns a
110
				 * value for a long option; if it is
110
				 * value for a long option; if it is
111
				 * non-NULL, 0 is returned as a function
111
				 * non-NULL, 0 is returned as a function