chiark / gitweb /
WIP routetrade now can find trades for islandpair but FIXME need to get max islandid
[ypp-sc-tools.web-live.git] / yarrg / common.h
index fdae435493488e71402c567bff9965022e2f4684..085627452ed9cbc2a4fed8ed48a77c8e3c79069c 100644 (file)
@@ -137,6 +137,7 @@ void waitpid_check_exitstatus(pid_t pid, const char *what, int sigpipeok);
 
 
 void *mmalloc(size_t sz);
+void *mcalloc(size_t sz);
 void *mrealloc(void *p, size_t sz);
 
 char *masprintf(const char *fmt, ...) FMT(1,2);