Move resetprop under core

This commit is contained in:
topjohnwu
2023-05-18 22:15:49 -07:00
parent 1d2145b1b7
commit f8d62a4b6c
9 changed files with 16 additions and 22 deletions

View File

@@ -1,9 +0,0 @@
#pragma once
#include <string>
#include <functional>
std::string get_prop(const char *name, bool persist = false);
int delete_prop(const char *name, bool persist = false);
int set_prop(const char *name, const char *value, bool skip_svc = false);
void load_prop_file(const char *filename, bool skip_svc = false);