X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=849a34779769c137a8de8809c17afaba07ab4e30;hb=aa519d5f870a1069107c04fca707f84ea5d204a6;hp=8bc77777c5568df4ca370b682b544f7848a02be9;hpb=d007ff22cecf2ce85cc68a1de81a010d4a65badc;p=nssm.git diff --git a/event.h b/event.h index 8bc7777..849a347 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(unsigned int, unsigned long, ...); #endif