aboutsummaryrefslogtreecommitdiffstats
path: root/collect.h
diff options
context:
space:
mode:
Diffstat (limited to 'collect.h')
-rw-r--r--collect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/collect.h b/collect.h
index 0f525e3..98eee4d 100644
--- a/collect.h
+++ b/collect.h
@@ -1,5 +1,5 @@
#pragma once
void *nfl_collect_worker(void *targs);
-void nfl_state_update_or_create(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);