X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/4d796dabafdee54a7b726013416730efaafa905e..95d8e7745d9b00097d50d9903d62c48268324e7a:/t/libdummy.c?ds=sidebyside 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) { }