summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/targ.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-02-04 07:51:00 +0000
committerharti <harti@FreeBSD.org>2005-02-04 07:51:00 +0000
commit5f05e672b60e11286d017484346dfc03125fe119 (patch)
tree510f8974a43017bfabf1edf849d4783a73a75eb2 /usr.bin/make/targ.h
parentc673c301c646bfcc9048357dce9d51185100ca38 (diff)
downloadFreeBSD-src-5f05e672b60e11286d017484346dfc03125fe119.zip
FreeBSD-src-5f05e672b60e11286d017484346dfc03125fe119.tar.gz
Some more easy constification.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/targ.h')
-rw-r--r--usr.bin/make/targ.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/targ.h b/usr.bin/make/targ.h
index fa536c2..3882833 100644
--- a/usr.bin/make/targ.h
+++ b/usr.bin/make/targ.h
@@ -58,8 +58,8 @@ struct GNode;
struct Lst;
void Targ_Init(void);
-struct GNode *Targ_NewGN(char *);
-struct GNode *Targ_FindNode(char *, int);
+struct GNode *Targ_NewGN(const char *);
+struct GNode *Targ_FindNode(const char *, int);
void Targ_FindList(struct Lst *, struct Lst *, int);
Boolean Targ_Ignore(struct GNode *);
Boolean Targ_Silent(struct GNode *);
OpenPOWER on IntegriCloud