#ifndef l_codesay_h
#define l_codesay_h

static void create();
mixed can_codesay();
mixed can_codesay_str(string str);
mixed do_codesay();
varargs mixed do_codesay_str(string str);
string GetHelp(string str);

#endif /* l_codesay_h */
