Difference for plugins/cfpython/include/cfpython_object_private.h from version 1.12 to 1.13


version 1.12 version 1.13
Line 231
 
Line 231
 static PyObject* Crossfire_Object_InsertInto(Crossfire_Object* who, PyObject* args);  static PyObject* Crossfire_Object_InsertInto(Crossfire_Object* who, PyObject* args);
 static PyObject* Crossfire_Object_ReadKey(Crossfire_Object* who, PyObject* args);  static PyObject* Crossfire_Object_ReadKey(Crossfire_Object* who, PyObject* args);
 static PyObject* Crossfire_Object_WriteKey(Crossfire_Object* who, PyObject* args);  static PyObject* Crossfire_Object_WriteKey(Crossfire_Object* who, PyObject* args);
   static PyObject* Crossfire_Object_CreateTimer(Crossfire_Object* who, PyObject* args);
   
 static int Crossfire_Object_InternalCompare(Crossfire_Object* left, Crossfire_Object* right);  static int Crossfire_Object_InternalCompare(Crossfire_Object* left, Crossfire_Object* right);
   
Line 376
 
Line 377
     { "InsertInto",     (PyCFunction)Crossfire_Object_InsertInto,   METH_VARARGS},      { "InsertInto",     (PyCFunction)Crossfire_Object_InsertInto,   METH_VARARGS},
     { "ReadKey",        (PyCFunction)Crossfire_Object_ReadKey,      METH_VARARGS},      { "ReadKey",        (PyCFunction)Crossfire_Object_ReadKey,      METH_VARARGS},
     { "WriteKey",       (PyCFunction)Crossfire_Object_WriteKey,     METH_VARARGS},      { "WriteKey",       (PyCFunction)Crossfire_Object_WriteKey,     METH_VARARGS},
       { "CreateTimer",    (PyCFunction)Crossfire_Object_CreateTimer,  METH_VARARGS},
     {NULL, NULL, 0}      {NULL, NULL, 0}
 };  };
   


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:01