implement left/right with callback
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
8
components/ruth/include/persistence.h
Normal file
8
components/ruth/include/persistence.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char *name;
|
||||
|
||||
void (*save)(const char *key, const char *value);
|
||||
} persistence_t;
|
Reference in New Issue
Block a user