10 lines
171 B
C
10 lines
171 B
C
#ifndef l_stop_h
|
|
#define l_stop_h
|
|
|
|
static void create();
|
|
mixed can_stop_str(string str);
|
|
mixed do_stop_str(string str);
|
|
string GetHelp(string str);
|
|
|
|
#endif /* l_stop_h */
|