X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fseq_nameok.c;h=678ab5b53b93e382829ea3157916c193f64deedd;hb=7edb0cbc236244d996d1e2ae1d58d0e9f7d98062;hp=66319b5ef4368ffcb8701416f1d1a13722192d59;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/sbr/seq_nameok.c b/sbr/seq_nameok.c index 66319b5..678ab5b 100644 --- a/sbr/seq_nameok.c +++ b/sbr/seq_nameok.c @@ -3,15 +3,19 @@ * 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");