diff options
Diffstat (limited to 'xlators/cluster/dht/src/tier-common.h')
-rw-r--r-- | xlators/cluster/dht/src/tier-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/tier-common.h b/xlators/cluster/dht/src/tier-common.h index 93a71f75252..81a0c96411d 100644 --- a/xlators/cluster/dht/src/tier-common.h +++ b/xlators/cluster/dht/src/tier-common.h @@ -10,6 +10,11 @@ #ifndef _TIER_COMMON_H_ #define _TIER_COMMON_H_ +/* Function definitions */ + +int32_t +tier_unlink (call_frame_t *frame, xlator_t *this, + loc_t *loc, int xflag, dict_t *xdata); int32_t tier_readdirp (call_frame_t *frame, |