master/master.h
changeset 64 ea6ccf12c612
parent 56 36d1fa37f5e1
child 68 a452700db994
--- a/master/master.h	Fri Feb 03 10:46:33 2006 +0000
+++ b/master/master.h	Fri Feb 03 16:23:52 2006 +0000
@@ -50,8 +50,6 @@
 
 /*****************************************************************************/
 
-// Private Methods
-
 // Master creation and deletion
 void ec_master_init(ec_master_t *);
 void ec_master_clear(ec_master_t *);
@@ -64,6 +62,9 @@
 // Slave management
 int ec_scan_for_slaves(ec_master_t *);
 
+// Data
+int ec_simple_send_receive(ec_master_t *, ec_command_t *);
+
 /*****************************************************************************/
 
 #endif