X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=849a34779769c137a8de8809c17afaba07ab4e30;hb=4d0f8abd0f891348080589ffacd1b9f1fd3faf41;hp=3c977a389e8998bc3432aef5b491daff8f1cffab;hpb=4440946eccf1cb14e16f8d29c54fb4acecbd44ff;p=nssm.git diff --git a/event.h b/event.h index 3c977a3..849a347 100644 --- a/event.h +++ b/event.h @@ -1,6 +1,10 @@ #ifndef EVENT_H #define EVENT_H +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