Skip to content

Commit 7bb810a

Browse files
committed
unirec: cleanup, declarations moved into public UniRec API
1 parent 57a33fb commit 7bb810a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

extra_plugins/output/unirec/unirecplugin.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@
4747
#include "configuration.h"
4848
#include "translator.h"
4949

50-
/* TODO move into unirec.h !!! */
51-
int ur_get_field_type_from_str(const char *type);
52-
extern const char *ur_field_type_str[];
53-
/* end */
54-
55-
extern const char *msg_module;
56-
57-
// Size of conversion buffer
58-
#define REC_BUFF_SIZE (65535)
59-
6050
/**
6151
* \brief Plugin instance structure
6252
*/

0 commit comments

Comments
 (0)