X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=976075f28fb42cc737d0ef959bcd9ff9f8da1d46;hb=b3a4446ab363b5895aa2e04c645ed5d5dfa00442;hp=3c977a389e8998bc3432aef5b491daff8f1cffab;hpb=4440946eccf1cb14e16f8d29c54fb4acecbd44ff;p=nssm.git diff --git a/event.h b/event.h index 3c977a3..976075f 100644 --- a/event.h +++ b/event.h @@ -1,6 +1,10 @@ #ifndef EVENT_H #define EVENT_H +char *error_string(unsigned long); +char *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