#ifndef _CLIENT_H #define _CLIENT_H void ClientTask(void *thread_param); void ServerCallbackTask(void *thread_param); #endif /* _CLIENT_H */