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