From: helge Date: Tue, 18 Oct 2005 12:35:42 +0000 (+0000) Subject: added C tool for link checks X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa720cd5772ba69251c8ecf30302da18738e82f3;p=sope added C tool for link checks git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1169 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- 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; +}