diff options
| author | Luke Hoersten <[email protected]> | 2021-06-02 12:08:39 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-06-02 12:08:39 -0500 |
| commit | 4043b33110efcd068078d19d9a37242b00ce9710 (patch) | |
| tree | 68d3ceb78f3260123c210fc4402d3307795e95c0 /main/include/lock.h | |
| parent | 15de81b31cebee8b6a7cceec383d9c51b6002596 (diff) | |
Cleaned up variable names.
Diffstat (limited to 'main/include/lock.h')
| -rw-r--r-- | main/include/lock.h | 2 |
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 |
