]> diplodocus.org Git - nmh/blobdiff - sbr/getcpy.c
Update for post-1.6.
[nmh] / sbr / getcpy.c
index 1186831a2cdf2e5a68ce0b720511f1f40253bcad..846d33a954c2ac2433795cd8d49215a9e098f733 100644 (file)
@@ -6,8 +6,6 @@
  * OF GETCPY WITH STRDUP.  BUT THIS WILL REQUIRE
  * CHANGING PARTS OF THE CODE TO DEAL WITH NULL VALUES.
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -18,7 +16,7 @@
 
 
 char *
-getcpy (char *str)
+getcpy (const char *str)
 {
     char *cp;
     size_t len;