X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..2b63c01aa93210f7c6b812c135173812793c7176:/sbr/seq_nameok.c diff --git a/sbr/seq_nameok.c b/sbr/seq_nameok.c index 66319b5e..6887ac6a 100644 --- a/sbr/seq_nameok.c +++ b/sbr/seq_nameok.c @@ -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 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");