Changeset 14615 for trunk/libtransmission/tr-getopt.h
- Timestamp:
- Dec 6, 2015, 10:39:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tr-getopt.h
r14241 r14615 51 51 * @return TR_GETOPT_DONE, TR_GETOPT_ERR, TR_GETOPT_UNK, or the matching tr_option's `val' field 52 52 */ 53 int tr_getopt (const char * summary,54 int argc,55 const char ** argv,56 const tr_option * opts,57 const char ** setme_optarg);53 int tr_getopt (const char * summary, 54 int argc, 55 const char * const * argv, 56 const tr_option * opts, 57 const char ** setme_optarg); 58 58 59 59 /** @brief prints the `Usage' help section to stdout */
Note: See TracChangeset
for help on using the changeset viewer.