X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=d97fc9472b41236c5636f646c1ce67beef2f066e;hb=62f28c55d444d846579159133dbe091809a2c08b;hp=8bc77777c5568df4ca370b682b544f7848a02be9;hpb=d007ff22cecf2ce85cc68a1de81a010d4a65badc;p=nssm.git diff --git a/event.h b/event.h index 8bc7777..d97fc94 100644 --- a/event.h +++ b/event.h @@ -1,7 +1,10 @@ #ifndef EVENT_H #define EVENT_H -char *error_string(unsigned long); -void eventprintf(unsigned short, char *, ...); +TCHAR *error_string(unsigned long); +TCHAR *message_string(unsigned long); +void log_event(unsigned short, unsigned long, ...); +void print_message(FILE *, unsigned long, ...); +int popup_message(HWND, unsigned int, unsigned long, ...); #endif