Silicondust / libhdhomerun

Silicondust library and cli utility for controlling HDHomeRun tuners
GNU Lesser General Public License v2.1
102 stars 43 forks source link

add header include guard #9

Closed fuzzard closed 3 years ago

fuzzard commented 6 years ago

Adds a header include guard to prevent multiple includes in a project. Was considering just using a #pragma once define, but as libhdhomerun could potentially be compiled using any number of compilers, i believe this implementation is the more suitable for universal usage.