X-Git-Url: http://git.mutantstargoat.com?p=winnie;a=blobdiff_plain;f=src%2Fshalloc.h;h=bb0daf7f330be7a94eb0773940eba698c34668bd;hp=0e23159c006fa8bb05e160313b6bcac9f698088a;hb=9261ecb0ad85bdf8b21e17b7309ddaeb76a57d96;hpb=e2626c41c841dbbfb64ddf6341b4e23089036299 diff --git a/src/shalloc.h b/src/shalloc.h index 0e23159..bb0daf7 100644 --- a/src/shalloc.h +++ b/src/shalloc.h @@ -30,4 +30,6 @@ void destroy_shared_memory(); void *sh_malloc(size_t bytes); void sh_free(void *ptr); +void *get_pool(); + #endif // SHALLOC_H_