From: Jim Meyering Date: Tue, 4 Mar 2003 21:27:55 +0000 (+0000) Subject: (restore_cwd): Update prototype. X-Git-Tag: v4.5.9~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c08bfe83fd93354e3356001f5b49286faf7baf9;p=thirdparty%2Fcoreutils.git (restore_cwd): Update prototype. --- diff --git a/lib/save-cwd.h b/lib/save-cwd.h index 01525301f5..2dfe3cfadb 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 */