Implement SavePersistent.

Change-Id: I0b635b3e17dcfb6f238f57f2bff5575538ab7743
This commit is contained in:
Peter Johnson
2015-06-22 00:25:59 -07:00
parent a896a3ade5
commit 1a48e75d43
3 changed files with 145 additions and 5 deletions

View File

@@ -279,8 +279,9 @@ struct NT_ConnectionInfo *NT_GetConnections(size_t *count);
/*
* Persistent Functions
*/
void NT_SavePersistent(const char *filename);
void NT_LoadPersistent(const char *filename);
/* return error string, or NULL if successful */
const char *NT_SavePersistent(const char *filename);
const char *NT_LoadPersistent(const char *filename);
/*
* Utility Functions