From 23a7412bda2c14b21deda66bc5555c9ee680dec8 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Thu, 24 Nov 2016 16:34:20 -0500 Subject: String (key,value) pair serialization Change-Id: I0e713b5ee82e246d4e5bca138683f3205e984561 Signed-off-by: Dave Barach --- svm/svmdb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'svm/svmdb.h') diff --git a/svm/svmdb.h b/svm/svmdb.h index a113c22d10d..e02628a0bb9 100644 --- a/svm/svmdb.h +++ b/svm/svmdb.h @@ -120,6 +120,10 @@ int svmdb_local_add_del_notification (svmdb_client_t * client, void *svmdb_local_find_or_add_vec_variable (svmdb_client_t * client, char *var, u32 nbytes); +int svmdb_local_serialize_strings (svmdb_client_t * client, char *filename); +int svmdb_local_unserialize_strings (svmdb_client_t * client, char *filename); + + #endif /* __included_svmdb_h__ */ /* -- cgit 1.2.3-korg