We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcda74d commit 2675a6aCopy full SHA for 2675a6a
ds3-autogen-c/src/main/resources/templates/header-templates/ds3_h.ftl
@@ -10,6 +10,7 @@
10
#include <stdint.h>
11
#include <string.h>
12
#include <curl/curl.h>
13
+#include "ds3_bool.h"
14
#include "ds3_string.h"
15
#include "ds3_string_multimap.h"
16
#include "ds3_uint64_string_map.h"
@@ -54,10 +55,6 @@ typedef struct {
54
55
56
typedef struct _ds3_metadata ds3_metadata;
57
-typedef enum {
58
- False, True
59
-}ds3_bool;
60
-
61
typedef enum {
62
HTTP_GET,
63
HTTP_PUT,
0 commit comments