X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=976075f28fb42cc737d0ef959bcd9ff9f8da1d46;hb=f2ec1c0c55a6b3e8ca02b3d66b78c87fe0ac1f47;hp=2c79521bd7a99533d878823db849f080c03f298a;hpb=933eb36fac6b7f5fe8fe7ff62839ce5c92fff7f4;p=nssm.git diff --git a/event.h b/event.h index 2c79521..976075f 100644 --- a/event.h +++ b/event.h @@ -2,6 +2,9 @@ #define EVENT_H char *error_string(unsigned long); +char *message_string(unsigned long); void log_event(unsigned short, unsigned long, ...); +void print_message(FILE *, unsigned long, ...); +int popup_message(unsigned int, unsigned long, ...); #endif