diff options
Diffstat (limited to 'include/commit.h')
-rw-r--r-- | include/commit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/commit.h b/include/commit.h index d61fbe2..add18c7 100644 --- a/include/commit.h +++ b/include/commit.h @@ -3,6 +3,7 @@ #include "common.h" void nfl_commit_init(); -void nfl_commit_worker(nflog_header_t* header, nflog_entry_t* store, const char* filename); +void nfl_commit_worker(nflog_header_t *header, nflog_entry_t *store, + const char *filename); #endif |