[utils] cstring_array_terminate, moving msgpack_utils to separate file

This commit is contained in:
Al
2015-07-25 18:39:57 -04:00
parent 42f6be7434
commit a67ec44a08
6 changed files with 142 additions and 83 deletions

View File

@@ -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;