goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
128 stars 69 forks source link

c++: add header guards #137

Closed niklasva closed 9 months ago

niklasva commented 9 months ago

Add header guards to osdp.hpp to prevent multiple inclusions of the same header file. osdp.h already has this.

sidcha commented 9 months ago

LGTM. Thanks.