X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/26dd3aa007b3b77969610c031f59388e0953bd00..e59797e3bda39abf611063fc0ba38fcb4e6596e4:/src/src/mytypes.h diff --git a/src/src/mytypes.h b/src/src/mytypes.h index 4234574c9..5871bddfc 100644 --- a/src/src/mytypes.h +++ b/src/src/mytypes.h @@ -114,6 +114,7 @@ functions that are called quite often; for other calls to external libraries #define Ustrtol(s,t,b) strtol(CCS(s),CSS(t),b) #define Ustrtoul(s,t,b) strtoul(CCS(s),CSS(t),b) #define Uunlink(s) unlink(CCS(s)) + #endif /* End of mytypes.h */