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


version 1.5 version 1.6
Line 54
 
Line 54
 static PyObject* Map_CreateObject(Crossfire_Map* map, PyObject* args);  static PyObject* Map_CreateObject(Crossfire_Map* map, PyObject* args);
 static PyObject* Map_Check(Crossfire_Map* map, PyObject* args);  static PyObject* Map_Check(Crossfire_Map* map, PyObject* args);
 static PyObject* Map_Next(Crossfire_Map* map, PyObject* args);  static PyObject* Map_Next(Crossfire_Map* map, PyObject* args);
   static PyObject* Map_Insert(Crossfire_Map* map, PyObject* args);
   
 static int Map_InternalCompare(Crossfire_Map* left, Crossfire_Map* right);  static int Map_InternalCompare(Crossfire_Map* left, Crossfire_Map* right);
   
Line 95
 
Line 96
     { "CreateObject", (PyCFunction)Map_CreateObject, METH_VARARGS},      { "CreateObject", (PyCFunction)Map_CreateObject, METH_VARARGS},
     { "Check",    (PyCFunction)Map_Check, METH_VARARGS},      { "Check",    (PyCFunction)Map_Check, METH_VARARGS},
     { "Next",    (PyCFunction)Map_Next, METH_VARARGS},      { "Next",    (PyCFunction)Map_Next, METH_VARARGS},
       { "Insert",  (PyCFunction)Map_Insert, 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