summaryrefslogtreecommitdiffstats
path: root/src/fuse/main.h
diff options
context:
space:
mode:
authorSimon Rettberg2024-05-03 11:42:27 +0200
committerSimon Rettberg2024-05-13 18:26:42 +0200
commit0fac2ed649a4ee7d419c944989d9c8b8e0550081 (patch)
tree89ae7a34234718e3b67e8922fe1676e964134e8a /src/fuse/main.h
parent[FUSE] Fix printf length (diff)
downloaddnbd3-0fac2ed649a4ee7d419c944989d9c8b8e0550081.tar.gz
dnbd3-0fac2ed649a4ee7d419c944989d9c8b8e0550081.tar.xz
dnbd3-0fac2ed649a4ee7d419c944989d9c8b8e0550081.zip
[FUSE] Don't exit on SIGQUIT, just stop uploading
Diffstat (limited to 'src/fuse/main.h')
-rw-r--r--src/fuse/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fuse/main.h b/src/fuse/main.h
index 53d81e4..bf21805 100644
--- a/src/fuse/main.h
+++ b/src/fuse/main.h
@@ -8,6 +8,5 @@
extern bool useCow;
extern bool cow_merge_after_upload;
void image_ll_getattr( fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi );
-void main_shutdown(void);
#endif /* main_H_ */