tool/CommandAlias.h
changeset 1151 1fc1535dec29
parent 1142 59be91dfcbe1
child 1363 11c0b2caa253
--- a/tool/CommandAlias.h	Fri Jul 25 14:14:47 2008 +0000
+++ b/tool/CommandAlias.h	Fri Jul 25 14:19:29 2008 +0000
@@ -21,7 +21,8 @@
         void execute(MasterDevice &, const StringVector &);
 
     protected:
-        void writeSlaveAlias(MasterDevice &, uint16_t, uint16_t);
+        void writeSlaveAlias(MasterDevice &, const ec_ioctl_slave_t &,
+                uint16_t);
 };
 
 /****************************************************************************/