summaryrefslogtreecommitdiff
path: root/lib/save-cwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/save-cwd.h')
-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 */