X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=849a34779769c137a8de8809c17afaba07ab4e30;hb=aa519d5f870a1069107c04fca707f84ea5d204a6;hp=d6fb7ed89d7e99cc49806c0b4fa110594b3715f1;hpb=06a62a665e152850d082607eced4fa4654f1bf70;p=nssm.git diff --git a/event.h b/event.h index d6fb7ed..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, unsigned long, 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