src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/lock.h
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-06-02 12:08:39 -0500
committerLuke Hoersten <[email protected]>2021-06-02 12:08:39 -0500
commit4043b33110efcd068078d19d9a37242b00ce9710 (patch)
tree68d3ceb78f3260123c210fc4402d3307795e95c0 /main/include/lock.h
parent15de81b31cebee8b6a7cceec383d9c51b6002596 (diff)
Cleaned up variable names.
Diffstat (limited to 'main/include/lock.h')
-rw-r--r--main/include/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/include/lock.h b/main/include/lock.h
index 2ac6117..70125b8 100644
--- a/main/include/lock.h
+++ b/main/include/lock.h
@@ -1,3 +1,3 @@
#include <hap.h>
-hap_serv_t *intercom_lock_init(); \ No newline at end of file
+hap_serv_t *lock_service_init(); \ No newline at end of file