aboutsummaryrefslogtreecommitdiffstats
path: root/src/shvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shvar.h')
-rw-r--r--src/shvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shvar.h b/src/shvar.h
index 482922f2..6a20e418 100644
--- a/src/shvar.h
+++ b/src/shvar.h
@@ -50,6 +50,10 @@ struct _shvarFile {
};
+/* Create the file <name>, return shvarFile on success, NULL on failure */
+shvarFile *
+svCreateFile(char *name);
+
/* Open the file <name>, return shvarFile on success, NULL on failure */
shvarFile *
svNewFile(char *name);