~ubuntu-branches/ubuntu/quantal/python2.7/quantal

« back to all changes in this revision

Viewing changes to Include/pygetopt.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 19:28:43 UTC
  • mto: (36.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20120309192843-n84bbtrkfxw34p6n
Tags: upstream-2.7.3~rc1
ImportĀ upstreamĀ versionĀ 2.7.3~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
PyAPI_DATA(int) _PyOS_optind;
10
10
PyAPI_DATA(char *) _PyOS_optarg;
11
11
 
 
12
PyAPI_FUNC(void) _PyOS_ResetGetOpt(void);
12
13
PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring);
13
14
 
14
15
#ifdef __cplusplus