* crc.h: Include stddef.h, for size_t.
[gnulib.git] / lib / copy-file.h
index 3efda34..e5921e6 100644 (file)
 
    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