#ifndef l_withdraw_h
#define l_withdraw_h

static void create();
mixed can_withdraw();
mixed do_withdraw();

#endif /* l_withdraw_h */
