diff options
Diffstat (limited to 'example/MacOS/ndpiExample/ndpiExample/ndpi_utils.h')
-rw-r--r-- | example/MacOS/ndpiExample/ndpiExample/ndpi_utils.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/example/MacOS/ndpiExample/ndpiExample/ndpi_utils.h b/example/MacOS/ndpiExample/ndpiExample/ndpi_utils.h new file mode 100644 index 000000000..88acc7135 --- /dev/null +++ b/example/MacOS/ndpiExample/ndpiExample/ndpi_utils.h @@ -0,0 +1,15 @@ +// +// ndpi_utils.h +// ndpiExample +// +// Created by ZengYingpei on 2018/2/4. +// Copyright © 2018年 ZengYingpei. All rights reserved. +// + +#ifndef ndpi_utils_h +#define ndpi_utils_h + +// Empty placeholder head file. Just to make the compilations of protocols/attic/ftp.c and +// protocols/attic/secondlife.c don't break. + +#endif /* ndpi_utils_h */ |