X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsave-cwd.h;h=e23eb725fd6d11429d23a1110cc2caa8dcb9e578;hb=fa3486514bd8f15f8eb4c49821d0356b52e5a335;hp=ce9c97bcd7ae738aa495e00e1cd60b0826e01ed5;hpb=68af56be3e061b97cf97150094bc50b0aa364cbb;p=gnulib.git diff --git a/lib/save-cwd.h b/lib/save-cwd.h index ce9c97bcd..e23eb725f 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h @@ -2,10 +2,10 @@ Copyright (C) 1995, 1997, 1998, 2003 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,10 +13,9 @@ GNU General Public License for more details. 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. */ + along with this program. If not, see . */ -/* Written by Jim Meyering . */ +/* Written by Jim Meyering. */ #ifndef SAVE_CWD_H # define SAVE_CWD_H 1 @@ -28,8 +27,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 */