X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=849a34779769c137a8de8809c17afaba07ab4e30;hb=4d0f8abd0f891348080589ffacd1b9f1fd3faf41;hp=2c79521bd7a99533d878823db849f080c03f298a;hpb=e9d9b2fa71473e96650fe3fc4ee0d5535c6725d8;p=nssm.git diff --git a/event.h b/event.h index 2c79521..849a347 100644 --- a/event.h +++ b/event.h @@ -1,7 +1,10 @@ #ifndef EVENT_H #define EVENT_H -char *error_string(unsigned long); +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