You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* $Id: tasksel.h,v 1.2 2000/04/22 00:52:33 tausq Rel $ */
|
|
|
|
#ifndef _TASKSEL_H
|
|
|
|
#define _TASKSEL_H
|
|
|
|
|
|
|
|
void help(void);
|
|
|
|
void tasksel_signalhandler(int sig);
|
|
|
|
|
|
|
|
#endif
|