X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/4d796dabafdee54a7b726013416730efaafa905e..6405aa895740d960d6f6e70976eeb44bd403f952:/t/libdummy.c diff --git a/t/libdummy.c b/t/libdummy.c index 3e40d13..1bfa48a 100644 --- a/t/libdummy.c +++ b/t/libdummy.c @@ -14,3 +14,5 @@ unsigned long mousemask(unsigned long a, unsigned long *b) { return 0; } struct MEVENT; int getmouse_nc_(struct MEVENT *mev) { return 0; } int getmouse_bogus_(void *p) { return 0; } + +void dx_closelog(void) { }