summaryrefslogtreecommitdiffstats
path: root/src/bvr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bvr.h')
-rw-r--r--src/bvr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bvr.h b/src/bvr.h
index c6431ae..0af9f54 100644
--- a/src/bvr.h
+++ b/src/bvr.h
@@ -25,3 +25,8 @@ int bvr_bvrvar_first_time_set = 1;
#define BVR_VER_MAJOR 0
#define BVR_VER_MINOR 0
#define BVR_VER_PATCH 0
+
+#define BVR_PATH_SEPARATOR ';'
+#define BVR_INCLUDE_PATH_VAR_NAME "bvr_include_path"
+
+int bvr_compose_stream(FILE *, FILE *);