chiark / gitweb /
Sources placed under CVS control.
[become] / src / class.h
index cbe392972f330ed08b46bf2a2fae6843dafe3194..9abbe3fd81c3f2e376c966a4d8d413dae8285b57 100644 (file)
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: class.h,v 1.1 1997/07/21 13:47:52 mdw Exp $
+ * $Id: class.h,v 1.2 1997/08/04 10:24:21 mdw Exp $
  *
  * Handling classes of things nicely
  *
  * (c) 1997 EBI
  */
 
-/*----- Licencing notice --------------------------------------------------*
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of `become'
  *
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with `become'; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with `become'; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: class.h,v $
- * Revision 1.1  1997/07/21 13:47:52  mdw
+ * Revision 1.2  1997/08/04 10:24:21  mdw
+ * Sources placed under CVS control.
+ *
+ * Revision 1.1  1997/07/21  13:47:52  mdw
  * Initial revision
  *
  */
@@ -156,14 +159,13 @@ extern int class_hostMatch(classdef */*c*/, struct in_addr /*addr*/);
 /* --- @class_dump@ --- *
  *
  * Arguments:  @classdef *c@ = pointer to a class block
- *             @FILE *fp@ = pointer to a stream object
  *
  * Returns:    ---
  *
  * Use:                Dumps the contents of a class to a stream.
  */
 
-extern void class_dump(classdef */*c*/, FILE */*fp*/);
+extern void class_dump(classdef */*c*/);
 
 /*----- That's all, folks -------------------------------------------------*/