X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsave-cwd.h;h=983f8905aa1e33eafa822cd8bd0ade466a05cb62;hb=fa43e0af674cf072f407fda6ec95cae536f4e4a0;hp=ce9c97bcd7ae738aa495e00e1cd60b0826e01ed5;hpb=68af56be3e061b97cf97150094bc50b0aa364cbb;p=gnulib.git diff --git a/lib/save-cwd.h b/lib/save-cwd.h index ce9c97bcd..983f8905a 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h @@ -1,11 +1,12 @@ /* Save and restore current working directory. - Copyright (C) 1995, 1997, 1998, 2003 Free Software Foundation, Inc. + Copyright (C) 1995, 1997-1998, 2003, 2009-2011 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 +14,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 +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 */