mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-03 01:10:17 +00:00
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:
parent
0673da54b5
commit
b08c787fe2
206 changed files with 621 additions and 424 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue