Have a clear distinction between public and private/internal API (#2137)

1) Public API/headers in `src/include/` [as it has always been]
2) Private API/headers in `src/lib/`

Try to keep the "ndpi_" prefix only for the public functions
This commit is contained in:
Ivan Nardi 2023-11-09 10:50:59 +01:00 committed by GitHub
parent 0673da54b5
commit b08c787fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
206 changed files with 621 additions and 424 deletions

View file

@ -27,6 +27,7 @@
#define NDPI_CURRENT_PROTO NDPI_PROTOCOL_RTP
#include "ndpi_api.h"
#include "ndpi_private.h"
#define RTP_MIN_HEADER 12
#define RTCP_MIN_HEADER 8