diff -r bd4e5b544473 -r ecaf2a896ea3 tool/Command.h --- a/tool/Command.h Mon Jul 28 08:45:28 2008 +0000 +++ b/tool/Command.h Mon Jul 28 09:12:21 2008 +0000 @@ -91,6 +91,8 @@ typedef list SlaveList; SlaveList selectedSlaves(MasterDevice &); + typedef list ConfigList; + ConfigList selectedConfigs(MasterDevice &); static string alStateString(uint8_t);