diff options
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/h48/gendata_cocsep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/h48/gendata_cocsep.h b/src/solvers/h48/gendata_cocsep.h index f83207b..1cea52e 100644 --- a/src/solvers/h48/gendata_cocsep.h +++ b/src/solvers/h48/gendata_cocsep.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_H48_GENDATA_COCSEP_H | ||
| 2 | #define SOLVERS_H48_GENDATA_COCSEP_H | ||
| 3 | |||
| 1 | STATIC size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); | 4 | STATIC size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); |
| 2 | STATIC uint32_t gendata_cocsep_dfs(cocsep_dfs_arg_t [NON_NULL]); | 5 | STATIC uint32_t gendata_cocsep_dfs(cocsep_dfs_arg_t [NON_NULL]); |
| 3 | 6 | ||
| @@ -164,3 +167,5 @@ get_h48_cdata( | |||
| 164 | 167 | ||
| 165 | return CBOUND(*cdata); | 168 | return CBOUND(*cdata); |
| 166 | } | 169 | } |
| 170 | |||
| 171 | #endif /* SOLVERS_H48_GENDATA_COCSEP_H */ | ||
