#ifndef on all header files

This commit is contained in:
Philippe Teuwen 2019-04-11 01:16:25 +02:00
commit 2879599ac4
11 changed files with 37 additions and 0 deletions

View file

@ -13,4 +13,7 @@
* Lesser General Public License for more details.
*/
#ifndef __SDA_TEST_H
#define __SDA_TEST_H
int exec_sda_test(bool verbose);
#endif