summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libsparse/include/sparse/sparse.h')
-rw-r--r--libsparse/include/sparse/sparse.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libsparse/include/sparse/sparse.h b/libsparse/include/sparse/sparse.h
index 17d085ca4..8b757d22a 100644
--- a/libsparse/include/sparse/sparse.h
+++ b/libsparse/include/sparse/sparse.h
@@ -20,6 +20,10 @@
20#include <stdbool.h> 20#include <stdbool.h>
21#include <stdint.h> 21#include <stdint.h>
22 22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
23struct sparse_file; 27struct sparse_file;
24 28
25/** 29/**
@@ -273,4 +277,8 @@ void sparse_file_verbose(struct sparse_file *s);
273 */ 277 */
274extern void (*sparse_print_verbose)(const char *fmt, ...); 278extern void (*sparse_print_verbose)(const char *fmt, ...);
275 279
280#ifdef __cplusplus
281}
282#endif
283
276#endif 284#endif