X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=976075f28fb42cc737d0ef959bcd9ff9f8da1d46;hb=c1bc67d13894b1b9456fb85abdabc4dbb5d71bcc;hp=8bc77777c5568df4ca370b682b544f7848a02be9;hpb=d007ff22cecf2ce85cc68a1de81a010d4a65badc;p=nssm.git diff --git a/event.h b/event.h index 8bc7777..976075f 100644 --- a/event.h +++ b/event.h @@ -2,6 +2,9 @@ #define EVENT_H char *error_string(unsigned long); -void eventprintf(unsigned short, char *, ...); +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