diff -r 2558a35a65ef -r 758a9bd3e549 tool/CommandXml.h --- a/tool/CommandXml.h Tue Jun 16 07:42:29 2009 +0000 +++ b/tool/CommandXml.h Tue Jun 16 08:04:50 2009 +0000 @@ -44,7 +44,8 @@ void execute(MasterDevice &, const StringVector &); protected: - void generateSlaveXml(MasterDevice &, const ec_ioctl_slave_t &); + void generateSlaveXml(MasterDevice &, const ec_ioctl_slave_t &, + unsigned int); }; /****************************************************************************/