diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 10:12:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 10:12:36 +0000 |
commit | a4b0c31e64ec3e836d7c351269c4de716a0e7c66 (patch) | |
tree | 6574f903524f7b47ede4dd914dbd392f21ddc7c8 /usr.bin/make/arch.h | |
parent | ee89fbc00a9f91fdcac93f7160e2cc914f366667 (diff) |
reindent garray.h, add new function, to be used later
Diffstat (limited to 'usr.bin/make/arch.h')
-rw-r--r-- | usr.bin/make/arch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h index 2377fd48aea..1dca02cbbf1 100644 --- a/usr.bin/make/arch.h +++ b/usr.bin/make/arch.h @@ -1,7 +1,7 @@ #ifndef ARCH_H #define ARCH_H /* $OpenPackages$ */ -/* $OpenBSD: arch.h,v 1.3 2007/09/17 09:44:20 espie Exp $ */ +/* $OpenBSD: arch.h,v 1.4 2007/09/17 10:12:35 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -50,7 +50,7 @@ extern void Arch_End(void); * nodeLst, one for each member in the spec. * false is returned if the specification is invalid for some reason. * Side-effect: begin is bumped to the end of the specification. */ -extern bool Arch_ParseArchive(char **, Lst, SymTable *); +extern bool Arch_ParseArchive(const char **, Lst, SymTable *); /* Arch_Touch(node); * Alter the modification time of the archive member described by node * to the current time. */ |