Skip to content

Commit 2675a6a

Browse files
committed
Updating c template to reflect moving ds3_bool to separate file
1 parent dcda74d commit 2675a6a

File tree

1 file changed

+1
-4
lines changed
  • ds3-autogen-c/src/main/resources/templates/header-templates

1 file changed

+1
-4
lines changed

ds3-autogen-c/src/main/resources/templates/header-templates/ds3_h.ftl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stdint.h>
1111
#include <string.h>
1212
#include <curl/curl.h>
13+
#include "ds3_bool.h"
1314
#include "ds3_string.h"
1415
#include "ds3_string_multimap.h"
1516
#include "ds3_uint64_string_map.h"
@@ -54,10 +55,6 @@ typedef struct {
5455

5556
typedef struct _ds3_metadata ds3_metadata;
5657

57-
typedef enum {
58-
False, True
59-
}ds3_bool;
60-
6158
typedef enum {
6259
HTTP_GET,
6360
HTTP_PUT,

0 commit comments

Comments
 (0)