summaryrefslogtreecommitdiff
path: root/library/include/hwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/include/hwd.h')
-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();
}