Mercurial > hg > octave-lojdl > gnulib-hg
changeset 4438:61258a49e246
(restore_cwd): Update prototype.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 14 Jul 2003 18:57:53 +0000 |
parents | 19e3ac1521d6 |
children | 93f450141083 |
files | lib/save-cwd.h |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/save-cwd.h +++ b/lib/save-cwd.h @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Written by Jim Meyering <meyering@na-net.ornl.gov>. */ +/* Written by Jim Meyering. */ #ifndef SAVE_CWD_H # define SAVE_CWD_H 1 @@ -28,8 +28,7 @@ }; int save_cwd (struct saved_cwd *cwd); -int restore_cwd (const struct saved_cwd *cwd, const char *dest, - const char *from); +int restore_cwd (const struct saved_cwd *cwd); void free_cwd (struct saved_cwd *cwd); #endif /* SAVE_CWD_H */