fixed lib make install

This commit is contained in:
Mohamed Boussaffa
2016-03-08 19:51:19 +08:00
parent 9e9b77f144
commit b566871d6b
3 changed files with 22 additions and 9 deletions

View File

@@ -1,6 +1,10 @@
#ifndef LIBNETHOGS_H_
#define LIBNETHOGS_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include <stdbool.h>
@@ -42,4 +46,8 @@ NETHOGS_DSO_VISIBLE void nethogsmonitor_stop();
#undef NETHOGS_DSO_VISIBLE
#undef NETHOGS_DSO_HIDDEN
#ifdef __cplusplus
}
#endif
#endif // LIBNETHOGS_H_