diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_api.h.in (renamed from src/include/ndpi_api.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h.in index 5028f111b..fb409c0eb 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h.in @@ -34,7 +34,7 @@ extern "C" { /* The #define below is used for apps that dynamically link with nDPI to make sure that datastructures and in sync across versions */ -#define NDPI_API_VERSION 1 +#define NDPI_API_VERSION @NDPI_API_VERSION@ #define SIZEOF_ID_STRUCT ( sizeof(struct ndpi_id_struct) ) #define SIZEOF_FLOW_STRUCT ( sizeof(struct ndpi_flow_struct) ) |