Added declaration of icequal();
authorCraig Leres <leres@ucbvax.Berkeley.EDU>
Sun, 23 Jan 1983 07:54:45 +0000 (23:54 -0800)
committerCraig Leres <leres@ucbvax.Berkeley.EDU>
Sun, 23 Jan 1983 07:54:45 +0000 (23:54 -0800)
SCCS-vsn: usr.bin/mail/def.h 2.9

usr/src/usr.bin/mail/def.h

index 3e45fa4..0a1f62c 100644 (file)
@@ -10,7 +10,7 @@
 #undef isdigit
 
 /*
 #undef isdigit
 
 /*
- * Sccs Id = "@(#)def.h        2.8 %G%";
+ * Sccs Id = "@(#)def.h        2.9 %G%";
  */
 
 /*
  */
 
 /*
@@ -293,6 +293,7 @@ char        *vcopy();
 char   *yankword();
 off_t  fsize();
 int    (*sigset())();
 char   *yankword();
 off_t  fsize();
 int    (*sigset())();
+int    icequal();
 struct cmd     *lex();
 struct grouphead       *findgroup();
 struct name    *cat();
 struct cmd     *lex();
 struct grouphead       *findgroup();
 struct name    *cat();