X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=3c977a389e8998bc3432aef5b491daff8f1cffab;hb=f9a99d7e21e6df478d81c89176e338db4155ed33;hp=8bc77777c5568df4ca370b682b544f7848a02be9;hpb=d007ff22cecf2ce85cc68a1de81a010d4a65badc;p=nssm.git diff --git a/event.h b/event.h index 8bc7777..3c977a3 100644 --- a/event.h +++ b/event.h @@ -1,7 +1,6 @@ #ifndef EVENT_H #define EVENT_H -char *error_string(unsigned long); -void eventprintf(unsigned short, char *, ...); +void log_event(unsigned short, unsigned long, ...); #endif