[utils] cstring_array_terminate, moving msgpack_utils to separate file
This commit is contained in:
@@ -11,7 +11,6 @@ extern "C" {
|
||||
#include <string.h>
|
||||
|
||||
#include "collections.h"
|
||||
#include "cmp/cmp.h"
|
||||
#include "features.h"
|
||||
#include "string_utils.h"
|
||||
|
||||
@@ -27,11 +26,6 @@ typedef enum {
|
||||
NUM_BOUNDARY_TYPES
|
||||
} boundary_type_t;
|
||||
|
||||
typedef struct buffer {
|
||||
char_array *data;
|
||||
int offset;
|
||||
} buffer_t;
|
||||
|
||||
typedef struct geoname {
|
||||
uint32_t geonames_id;
|
||||
char_array *name;
|
||||
|
||||
Reference in New Issue
Block a user