summaryrefslogtreecommitdiff
path: root/library/include
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-14 23:58:34 +0200
committerAki <please@ignore.pl>2021-10-14 23:58:34 +0200
commit2c1a508c304ac8b3109b46ff524ec02e71829a3f (patch)
tree439afd66b07d5aeb1fc79e87e61766789a29126d /library/include
parent61ae209e2b851d5efe6f1b2b1f6a8b75e52df417 (diff)
downloadhwd-2c1a508c304ac8b3109b46ff524ec02e71829a3f.zip
hwd-2c1a508c304ac8b3109b46ff524ec02e71829a3f.tar.gz
hwd-2c1a508c304ac8b3109b46ff524ec02e71829a3f.tar.bz2
Extended client by adding sample state mutation to daemon and lib
Diffstat (limited to 'library/include')
-rw-r--r--library/include/hwd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/include/hwd.h b/library/include/hwd.h
index afb7b20..197b44b 100644
--- a/library/include/hwd.h
+++ b/library/include/hwd.h
@@ -3,4 +3,6 @@
namespace hwd
{
void stop_server();
+void set_value(int value);
+int get_value();
}