]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/nsmalloc.h
gline playground
[irc/quakenet/newserv.git] / core / nsmalloc.h
index 35e5e2796775039a5a51a50b4868cce8dc36bbc7..6223e9369f11ee2d389fe1cdba8b276456c95154 100644 (file)
@@ -20,6 +20,7 @@ void nsfreeall(unsigned int poolid);
 void nsexit(void);
 void *nsrealloc(unsigned int poolid, void *ptr, size_t size);
 void nscheckfreeall(unsigned int poolid);
+void *nscalloc(unsigned int poolid, size_t nmemb, size_t size);
 
 #define MAXPOOL                100