Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pkg_install/lib Add prototype for remove_files.
details: https://anonhg.NetBSD.org/src/rev/e2811e282251
branches: trunk
changeset: 552320:e2811e282251
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Sep 23 14:54:53 2003 +0000
description:
Add prototype for remove_files.
diffstat:
usr.sbin/pkg_install/lib/lib.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c55a024308dc -r e2811e282251 usr.sbin/pkg_install/lib/lib.h
--- a/usr.sbin/pkg_install/lib/lib.h Tue Sep 23 14:46:05 2003 +0000
+++ b/usr.sbin/pkg_install/lib/lib.h Tue Sep 23 14:54:53 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.60 2003/09/23 14:23:54 wiz Exp $ */
+/* $NetBSD: lib.h,v 1.61 2003/09/23 14:54:53 wiz Exp $ */
/* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
@@ -249,6 +249,7 @@
void write_file(char *, char *);
void copy_file(char *, char *, char *);
void move_file(char *, char *, char *);
+void remove_files(const char *, const char *);
int delete_hierarchy(char *, Boolean, Boolean);
int unpack(const char *, const char *, const char *);
void format_cmd(char *, size_t, char *, char *, char *);
Home |
Main Index |
Thread Index |
Old Index