Loading libsparse/include/sparse/sparse.h +8 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ #include <stdbool.h> #include <stdint.h> #ifdef __cplusplus extern "C" { #endif struct sparse_file; /** Loading Loading @@ -273,4 +277,8 @@ void sparse_file_verbose(struct sparse_file *s); */ extern void (*sparse_print_verbose)(const char *fmt, ...); #ifdef __cplusplus } #endif #endif Loading
libsparse/include/sparse/sparse.h +8 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ #include <stdbool.h> #include <stdint.h> #ifdef __cplusplus extern "C" { #endif struct sparse_file; /** Loading Loading @@ -273,4 +277,8 @@ void sparse_file_verbose(struct sparse_file *s); */ extern void (*sparse_print_verbose)(const char *fmt, ...); #ifdef __cplusplus } #endif #endif