diff options
Diffstat (limited to 'src/metaentry.h')
-rw-r--r-- | src/metaentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metaentry.h b/src/metaentry.h index fd28c17..497cbc2 100644 --- a/src/metaentry.h +++ b/src/metaentry.h @@ -87,7 +87,7 @@ int mentry_compare(struct metaentry *left, msettings *st); /* Compares lists of real and stored metadata and calls pfunc for each */ -void mentries_compare(struct metahash *mhashreal, +int mentries_compare(struct metahash *mhashreal, struct metahash *mhashstored, void (*pfunc)(struct metaentry *real, struct metaentry *stored, |