void (*tell_user)(const char *); void init(void (*arg)(const char*)) { tell_user = arg; } void start() { tell_user("Hi!"); }
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
Не самое элегантное решение.