]> git.draconx.ca Git - dxcommon.git/blobdiff - t/libdummy.c
Add a configure test for syslog support.
[dxcommon.git] / t / libdummy.c
index 3e40d130941eef1390dca6b66304db67d77aa852..1bfa48afe7896d1d0b79ff8b5f9c210bb9d34efd 100644 (file)
@@ -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) { }