Prefer platform implementation over internal

This commit is contained in:
topjohnwu
2020-11-04 04:42:02 -08:00
parent bf650332d8
commit 1e0f96d0fd
3 changed files with 101 additions and 59 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <string>
#include <functional>
int setprop(const char *name, const char *value, bool trigger = true);
int setprop(const char *name, const char *value, bool prop_svc = true);
std::string getprop(const char *name, bool persist = false);
void getprops(void (*callback)(const char *, const char *, void *),
void *cookie = nullptr, bool persist = false);