Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6399 in orxonox.OLD


Ignore:
Timestamp:
Jan 3, 2006, 6:38:12 PM (18 years ago)
Author:
rennerc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/argp/argp.h

    r6393 r6399  
    401401   returned.  This function may also call exit unless the ARGP_NO_HELP flag
    402402   is set.  INPUT is a pointer to a value to be passed in to the parser.  */
    403 extern error_t argp_parse (__const struct argp *__restrict __argp,
    404          int __argc, char **__restrict __argv,
    405          unsigned __flags, int *__restrict __arg_index,
    406          void *__restrict __input) ;
    407 extern error_t __argp_parse (__const struct argp *__restrict __argp,
    408            int __argc, char **__restrict __argv,
    409            unsigned __flags, int *__restrict __arg_index,
    410            void *__restrict __input) ;
     403extern error_t argp_parse (__const struct argp * __argp,
     404         int __argc, char ** __argv,
     405         unsigned __flags, int * __arg_index,
     406         void * __input) ;
     407extern error_t __argp_parse (__const struct argp * __argp,
     408           int __argc, char ** __argv,
     409           unsigned __flags, int * __arg_index,
     410           void * __input) ;
    411411
    412412/* Global variables.  */
Note: See TracChangeset for help on using the changeset viewer.