mirror of
https://github.com/janet-lang/janet
synced 2024-11-14 20:54:48 +00:00
11 lines
289 B
C
11 lines
289 B
C
#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 */
|