10 lines
83 B
C
10 lines
83 B
C
#ifndef _TASKCOMM_H
|
|
#define _TASKCOMM_H
|
|
|
|
/* $Id$ */
|
|
|
|
void do_cmd(char *);
|
|
|
|
#endif
|
|
|