diff options
Diffstat (limited to 'xlators/features/changelog/lib/src/changelog.h')
-rw-r--r-- | xlators/features/changelog/lib/src/changelog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/features/changelog/lib/src/changelog.h b/xlators/features/changelog/lib/src/changelog.h index d7048ff2508..1e0df053a96 100644 --- a/xlators/features/changelog/lib/src/changelog.h +++ b/xlators/features/changelog/lib/src/changelog.h @@ -97,6 +97,9 @@ gf_changelog_done (char *file); /* newer flexible API */ int +gf_changelog_init (void *xl); + +int gf_changelog_register_generic (struct gf_brick_spec *bricks, int count, int ordered, char *logfile, int lvl, void *xl); |