summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/arch.h')
-rw-r--r--usr.bin/make/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h
index d9976b7..3c28b2f 100644
--- a/usr.bin/make/arch.h
+++ b/usr.bin/make/arch.h
@@ -50,7 +50,7 @@ struct Path;
/* archive errors are fatal */
extern Boolean arch_fatal;
-ReturnStatus Arch_ParseArchive(char **, struct Lst *, struct GNode *);
+Boolean Arch_ParseArchive(char **, struct Lst *, struct GNode *);
void Arch_Touch(struct GNode *);
void Arch_TouchLib(struct GNode *);
int Arch_MTime(struct GNode *);
OpenPOWER on IntegriCloud