summaryrefslogtreecommitdiffstats
path: root/glfs-operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'glfs-operations.h')
-rw-r--r--glfs-operations.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/glfs-operations.h b/glfs-operations.h
index dd3992b..1a1208d 100644
--- a/glfs-operations.h
+++ b/glfs-operations.h
@@ -19,6 +19,8 @@
# include <glusterfs/api/glfs.h>
+# include "rpc/block.h"
+
typedef struct glusterBlockDef {
@@ -31,8 +33,8 @@ typedef struct glusterBlockDef {
typedef glusterBlockDef *glusterBlockDefPtr;
-int glusterBlockCreateEntry(glusterBlockDefPtr blk);
+int glusterBlockCreateEntry(blockCreateCli *blk, char *gbid);
-int glusterBlockDeleteEntry(glusterBlockDefPtr blk);
+int glusterBlockDeleteEntry(blockCreateCli *blk, char *gbid);
#endif /* _GLFS_OPERATIONS_H */