9 lines
141 B
C
9 lines
141 B
C
#ifndef l_vote_h
|
|
#define l_vote_h
|
|
|
|
static void create();
|
|
mixed can_vote_for_str();
|
|
mixed do_vote_for_str(string str);
|
|
|
|
#endif /* l_vote_h */
|