Network Block Device @PACKAGE_VERSION@

backend.h

Go to the documentation of this file.
00001 #ifndef NBD_BACKEND_H
00002 #define NBD_BACKEND_H
00003 
00004 void punch_hole(int fd, off_t off, off_t len);
00005 
00006 #endif