Remove useless space-before-tab.
[gnulib.git] / lib / save-cwd.h
index ce9c97b..d646b55 100644 (file)
@@ -14,9 +14,9 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software Foundation,
-   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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 @@ 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 */