diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-11-07 23:32:21 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-11-07 23:32:21 +0000 |
commit | 14028dead959ae4e80c60ba9b9ed61018701ea26 (patch) | |
tree | eabcaf921ccce36a8aba03c7fcf0112b06192d8e /usr.bin/mg/def.h | |
parent | bbca3f8dfc4e566d751eef237942eeaa5577eca2 (diff) |
Move most of the dired hooks into dired.c. While here, enable some
dired functions that were written, but not bound to keys. No other
functional change.
Tested by Han Boetes.
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index aa12298e260..db57dea3568 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.71 2005/10/14 06:41:47 kjell Exp $ */ +/* $OpenBSD: def.h,v 1.72 2005/11/07 23:32:20 kjell Exp $ */ /* This file is in the public domain. */ @@ -323,18 +323,6 @@ int showcwdir(int, int); #ifndef NO_DIRED /* dired.c */ -int dired(int, int); -int d_otherwindow(int, int); -int d_undel(int, int); -int d_undelbak(int, int); -int d_findfile(int, int); -int d_ffotherwindow(int, int); -int d_expunge(int, int); -int d_copy(int, int); -int d_del(int, int); -int d_rename(int, int); -int d_shell_command(int, int); -int d_create_directory(int, int); BUFFER *dired_(char *); #endif /* !NO_DIRED */ |