diff options
Diffstat (limited to 'include/collect.h')
-rw-r--r-- | include/collect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/collect.h b/include/collect.h index 98eee4d..d146845 100644 --- a/include/collect.h +++ b/include/collect.h @@ -1,5 +1,6 @@ #pragma once void *nfl_collect_worker(void *targs); -void nfl_state_init(nflog_state_t **nf, uint32_t id, uint32_t entries_max, nflog_global_t *g); +void nfl_state_init(nflog_state_t **nf, uint32_t id, uint32_t entries_max, + nflog_global_t *g); void nfl_state_free(nflog_state_t *nf); |