Difference for plugins/cfpython/include/cfpython_object_private.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 226
 
Line 226
 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_Archetype(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 368
 
Line 369
     { "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},
       { "Archetype",       (PyCFunction)Crossfire_Object_Archetype,     METH_VARARGS},
     {NULL, NULL, 0}      {NULL, NULL, 0}
 };  };
   


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

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