9 lines
153 B
C
9 lines
153 B
C
#ifndef l_nominate_h
|
|
#define l_nominate_h
|
|
|
|
static void create();
|
|
mixed can_nominate_str();
|
|
mixed do_nominate_str(string str);
|
|
|
|
#endif /* l_nominate_h */
|