mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
surface gcache_del()
This commit is contained in:
@@ -118,7 +118,7 @@ void gcache_close(struct gcache *gc)
|
||||
free(gc);
|
||||
}
|
||||
|
||||
static int gcache_del(struct gcache *gc, char *keystr)
|
||||
int gcache_del(struct gcache *gc, char *keystr)
|
||||
{
|
||||
int rc;
|
||||
MDB_val key;
|
||||
|
||||
@@ -21,6 +21,7 @@ long gcache_get(struct gcache *, char *key, char *buf, long buflen);
|
||||
JsonNode *gcache_json_get(struct gcache *, char *key);
|
||||
void gcache_dump(char *path, char *lmdbname);
|
||||
void gcache_load(char *path, char *lmdbname);
|
||||
int gcache_del(struct gcache *gc, char *keystr);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user