Bell 32V development
[unix-history] / usr / src / cmd / refer / deliv2.c
index e64ae77..2405991 100644 (file)
@@ -23,6 +23,7 @@ while ( (c= *t++) == *s++)
        if (c==0) return(1);
 return(c==0 ? 1: 0);
 }
        if (c==0) return(1);
 return(c==0 ? 1: 0);
 }
+char *
 mindex(s, c)
        char *s;
 {
 mindex(s, c)
        char *s;
 {