Removed _easycsv declaration in public header

This commit is contained in:
Pradana AUMARS 2021-07-11 16:50:23 +02:00
parent fc57b7639b
commit fd78125832
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
#include "../src/_easycsv.h"
typedef struct _easycsv _easycsv;
/** Public easycsv members */
typedef struct easycsv {
EASYCSV_MODE mode;