summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/var.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/var.h')
-rw-r--r--usr.bin/make/var.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h
index 64ef85d..b2832cc 100644
--- a/usr.bin/make/var.h
+++ b/usr.bin/make/var.h
@@ -109,14 +109,14 @@ Boolean VarNoMatch(const char *, Boolean, struct Buffer *, void *);
Boolean VarRESubstitute(const char *, Boolean, struct Buffer *, void *);
Boolean VarSubstitute(const char *, Boolean, struct Buffer *, void *);
-void Var_Delete(char *, struct GNode *);
-void Var_Set(char *, const char *, struct GNode *);
-void Var_Append(char *, const char *, struct GNode *);
-Boolean Var_Exists(char *, struct GNode *);
-char *Var_Value(char *, struct GNode *, char **);
+void Var_Delete(const char *, struct GNode *);
+void Var_Set(const char *, const char *, struct GNode *);
+void Var_Append(const char *, const char *, struct GNode *);
+Boolean Var_Exists(const char *, struct GNode *);
+char *Var_Value(const char *, struct GNode *, char **);
char *Var_Quote(const char *);
char *Var_Parse(char *, struct GNode *, Boolean, size_t *, Boolean *);
-char *Var_Subst(char *, char *, struct GNode *, Boolean);
+char *Var_Subst(const char *, char *, struct GNode *, Boolean);
char *Var_GetTail(char *);
char *Var_GetHead(char *);
void Var_Init(void);
OpenPOWER on IntegriCloud