X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsave-cwd.h;h=d646b5540b4805b14183dd2dcbe5fb516269bd05;hb=6caf406fc9b7666a8bbdbc66dff4d7029a92ba07;hp=ce9c97bcd7ae738aa495e00e1cd60b0826e01ed5;hpb=68af56be3e061b97cf97150094bc50b0aa364cbb;p=gnulib.git diff --git a/lib/save-cwd.h b/lib/save-cwd.h index ce9c97bcd..d646b5540 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h @@ -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 . */ +/* 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 */