/** Message related functions. * * @author Steffen Vogel * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC */ #ifndef _MSG_H_ #define _MSG_H_ #include "msg_format.h" void msg_swap(struct msg *m); #endif /* _MSG_H_ */