aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 950d1b7..8c4743b 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -72,6 +72,11 @@ jalv_open_ui(Jalv* jalv,
bool
jalv_emit_ui_events(Jalv* jalv);
+void
+jalv_save(Jalv* jalv, const char* dir);
+
+void
+jalv_restore(Jalv* jalv, const char* dir);
#ifdef __cplusplus
} // extern "C"