src/states.c
changeset 204 44ce74232ccb
parent 195 1510dd61ead0
child 208 05d95c45b388
equal deleted inserted replaced
203:55be5b85501c 204:44ce74232ccb
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 */
    21 */
    22 
    22 
    23 #include "states.h"
    23 #include "states.h"
    24 #include "def.h"
    24 #include "def.h"
    25 
    25 #include "dcf.h"
    26 #include "nmtSlave.h"
    26 #include "nmtSlave.h"
    27 
    27 
    28 /* Prototypes for internals functions */
    28 /* Prototypes for internals functions */
    29 void switchCommunicationState(CO_Data* d, 
    29 void switchCommunicationState(CO_Data* d, 
    30 	s_state_communication *newCommunicationState);
    30 	s_state_communication *newCommunicationState);