X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Fcommon.h;h=5eee7ccd0688f8ac089c5376a6896be26ec19141;hb=3521cee9644bd955fd053c5b4ea173efd1e78fe8;hp=0875b34e1337ca60f74b9a8b5b657ba6e689f80b;hpb=544b54c409f3731b8e1581af95072a64ff393a28;p=matches%2FMCTX3420.git diff --git a/server/common.h b/server/common.h index 0875b34..5eee7cc 100644 --- a/server/common.h +++ b/server/common.h @@ -51,7 +51,7 @@ (tv)->tv_nsec = ((value) - (int)(value))*1e9; \ } -extern bool PathExists(const char * path); +//extern bool PathExists(const char * path); extern bool DirExists(const char * path);