/************************** * Middleware Dependency * *************************** * Designed & Developed by * * Adrien Marquès * * * *************************** * doowap31@gmail.com * **************************/ #ifndef _LIB_LOCAL_MIDDLEWARE_H_ #define _LIB_LOCAL_MIDDLEWARE_H_ void* multicastPlanes(); void* multicastTerminal(); #endif