py-rrdtool-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[py-rrdtool-cvs] [Commit] py-rrdtool/src _rrdtoolmodule.c


From: Hye-Shik Chang <address@hidden>
Subject: [py-rrdtool-cvs] [Commit] py-rrdtool/src _rrdtoolmodule.c
Date: Sat, 22 Feb 2003 02:41:19 -0500

perky       03/02/22 02:41:19

  Modified:    src      _rrdtoolmodule.c
  Log:
  Declare optind and opterr of GNU getopt incorporated in rrdtool
  
  Spotted by:   Jun-Seon Oh <address@hidden>
  
  Revision  Changes    Path
  1.14      +5 -4      py-rrdtool/src/_rrdtoolmodule.c
  
  Index: _rrdtoolmodule.c
  ===================================================================
  RCS file: /cvsroot/py-rrdtool/py-rrdtool/src/_rrdtoolmodule.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- _rrdtoolmodule.c  14 Feb 2003 02:33:56 -0000      1.13
  +++ _rrdtoolmodule.c  22 Feb 2003 07:41:19 -0000      1.14
  @@ -4,10 +4,10 @@
    * RRDTool Python binding
    *
    * Author  : Hye-Shik Chang <address@hidden>
  - * Date    : $Date: 2003/02/14 02:33:56 $
  + * Date    : $Date: 2003/02/22 07:41:19 $
    * Created : 23 May 2002
    *
  - * $Revision: 1.13 $
  + * $Revision: 1.14 $
    *
    *  
==========================================================================
    *  This file is part of py-rrdtool.
  @@ -28,13 +28,14 @@
    *
    */
   
  -static const char *__version__ = "$Revision: 1.13 $";
  +static const char *__version__ = "$Revision: 1.14 $";
   
   #include "Python.h"
   #include "rrd.h"
   #include "rrd_extra.h"
   
   static PyObject *ErrorObject;
  +extern int optind, opterr;
   
   static int
   create_args(char *command, PyObject *args, int *argc, char ***argv)
  @@ -498,6 +499,6 @@
   }
   
   /*
  - * $Id: _rrdtoolmodule.c,v 1.13 2003/02/14 02:33:56 perky Exp $
  + * $Id: _rrdtoolmodule.c,v 1.14 2003/02/22 07:41:19 perky Exp $
    * ex: ts=8 sts=4 et
    */
  
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]