X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=976075f28fb42cc737d0ef959bcd9ff9f8da1d46;hb=470de9224d9473853d24006d7ae13eba818ecf0f;hp=2c79521bd7a99533d878823db849f080c03f298a;hpb=e9d9b2fa71473e96650fe3fc4ee0d5535c6725d8;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