8 lines
101 B
C
8 lines
101 B
C
#ifndef _CHATTASK_H_
|
|
#define _CHATTASK_H_
|
|
#include "common.h"
|
|
|
|
void * taskThread(void *arg);
|
|
|
|
|
|
#endif |