1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-14 20:54:48 +00:00
janet/core/cache.h

11 lines
289 B
C
Raw Normal View History

2017-04-15 20:05:59 +00:00
#ifndef CACHE_H_LVYZMBLR
#define CACHE_H_LVYZMBLR
#include <gst/gst.h>
void gst_cache_remove_string(Gst *vm, char *strmem);
void gst_cache_remove_tuple(Gst *vm, char *tuplemem);
void gst_cache_remove_struct(Gst *vm, char *structmem);
#endif /* end of include guard: CACHE_H_LVYZMBLR */