summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/files.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/files.rs')
-rw-r--r--ipfs-api/src/response/files.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipfs-api/src/response/files.rs b/ipfs-api/src/response/files.rs
index 069ba32..76dc4a1 100644
--- a/ipfs-api/src/response/files.rs
+++ b/ipfs-api/src/response/files.rs
@@ -54,6 +54,8 @@ pub struct FilesStatResponse {
pub type FilesWriteResponse = ();
+pub type FilesChcidResponse = ();
+
#[cfg(test)]
mod tests {
deserialize_test!(v0_files_ls_0, FilesLsResponse);