mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Implement SavePersistent.
Change-Id: I0b635b3e17dcfb6f238f57f2bff5575538ab7743
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user