Remove RCS keywords, since they no longer work after git migration.
[mmh] / sbr / seq_nameok.c
index 66319b5..6887ac6 100644 (file)
@@ -2,16 +2,18 @@
 /*
  * seq_nameok.c -- check if a sequence name is ok
  *
- * $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.
  */
 
 #include <h/mh.h>
 
 
 int
-seq_nameok (char *s)
+seq_nameok (unsigned char *s)
 {
-    char *pp;
+    unsigned char *pp;
 
     if (s == NULL || *s == '\0') {
        advise (NULL, "empty sequence name");