]> err.no Git - sope/commitdiff
added C tool for link checks
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 18 Oct 2005 12:35:42 +0000 (12:35 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 18 Oct 2005 12:35:42 +0000 (12:35 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1169 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

maintenance/dummytool.c [new file with mode: 0644]

diff --git a/maintenance/dummytool.c b/maintenance/dummytool.c
new file mode 100644 (file)
index 0000000..0566948
--- /dev/null
@@ -0,0 +1,7 @@
+// Note: do not remove, used by ../configure
+
+#include <stdio.h>
+
+int main(int argc, char **argv) {
+  return 0;
+}