(restore_cwd): Update prototype.
authorJim Meyering <jim@meyering.net>
Tue, 4 Mar 2003 21:27:55 +0000 (21:27 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Mar 2003 21:27:55 +0000 (21:27 +0000)
lib/save-cwd.h

index 0152530..2dfe3cf 100644 (file)
@@ -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 */