aboutsummaryrefslogtreecommitdiffstats
path: root/src/shvar.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2000-02-01 16:34:33 +0000
committerNalin Dahyabhai <nalin@redhat.com>2000-02-01 16:34:33 +0000
commitb64c0e6d4fcf2be6adb5bda356af5a630c40aaf6 (patch)
tree71aeaf35d0e376f64848c45016cb013c07102ce7 /src/shvar.h
parent9b778aa3a21fe4c8021aefe8aa775e06114d8e5e (diff)
downloadinitscripts-b64c0e6d4fcf2be6adb5bda356af5a630c40aaf6.tar
initscripts-b64c0e6d4fcf2be6adb5bda356af5a630c40aaf6.tar.gz
initscripts-b64c0e6d4fcf2be6adb5bda356af5a630c40aaf6.tar.bz2
initscripts-b64c0e6d4fcf2be6adb5bda356af5a630c40aaf6.tar.xz
initscripts-b64c0e6d4fcf2be6adb5bda356af5a630c40aaf6.zip
non-critical changes to shvar to sync with rp3's copy
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);