From aa720cd5772ba69251c8ecf30302da18738e82f3 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 18 Oct 2005 12:35:42 +0000 Subject: [PATCH] added C tool for link checks git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1169 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- maintenance/dummytool.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 maintenance/dummytool.c diff --git a/maintenance/dummytool.c b/maintenance/dummytool.c new file mode 100644 index 00000000..0566948a --- /dev/null +++ b/maintenance/dummytool.c @@ -0,0 +1,7 @@ +// Note: do not remove, used by ../configure + +#include + +int main(int argc, char **argv) { + return 0; +} -- 2.39.5