summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-04 21:27:55 +0000
committerJim Meyering <jim@meyering.net>2003-03-04 21:27:55 +0000
commit6c08bfe83fd93354e3356001f5b49286faf7baf9 (patch)
treed4fb1782b3af01bd32c162c792201ff360f17800
parent7820b193f6f465185b8d3022a5118bbd8ce08515 (diff)
downloadcoreutils-6c08bfe83fd93354e3356001f5b49286faf7baf9.tar.xz
(restore_cwd): Update prototype.
-rw-r--r--lib/save-cwd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/save-cwd.h b/lib/save-cwd.h
index 01525301f..2dfe3cfad 100644
--- a/lib/save-cwd.h
+++ b/lib/save-cwd.h
@@ -8,8 +8,7 @@ struct saved_cwd
};
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 */