X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcopy-file.h;h=e5921e6e3381718e5d5ba7781200a4f653eca1d1;hb=4142fa04c1b8254b53ec1060f8a774e73e3ffcb8;hp=3efda34b875c63e308199f0c1b10f4ff2b0478ff;hpb=c845cbfc0d3b726794f95723a7a1105d98e8725d;p=gnulib.git diff --git a/lib/copy-file.h b/lib/copy-file.h index 3efda34b8..e5921e6e3 100644 --- a/lib/copy-file.h +++ b/lib/copy-file.h @@ -14,7 +14,13 @@ 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. */ + + +#ifdef __cplusplus +extern "C" { +#endif + /* Copy a regular file: from src_filename to dest_filename. The destination file is assumed to be a backup file. @@ -22,3 +28,8 @@ far as possible. Exit upon failure. */ extern void copy_file_preserving (const char *src_filename, const char *dest_filename); + + +#ifdef __cplusplus +} +#endif