summaryrefslogtreecommitdiffstats
path: root/H64E-2/h64e.h
diff options
context:
space:
mode:
Diffstat (limited to 'H64E-2/h64e.h')
-rw-r--r--H64E-2/h64e.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/H64E-2/h64e.h b/H64E-2/h64e.h
index c8a210b..7cc2d41 100644
--- a/H64E-2/h64e.h
+++ b/H64E-2/h64e.h
@@ -11,6 +11,8 @@
#include <stdio.h>
#include <ctype.h>
+#include <stdlib.h>
+#include <stdint.h>
#include "h64e-model.h"
/*
Set data structure from arguments and use to handle data
@@ -71,6 +73,7 @@ int h64e_destroy(H64E_t *s);
#define H64E_FMT_STATE_FINISH 3
typedef struct H64E_format {
+ int f_output_types;
int group_fmt;
int output_fmt;
int min_input;