#ifndef _CHATTASK_H_ #define _CHATTASK_H_ #include "common.h" void * taskThread(void *arg); #endif