chiark / gitweb /
Sources placed under CVS control.
[become] / src / name.h
index 8d94ed5979a7c68a28ad128e71677f549b2196ec..93793c98a0461b29c076b188274c18173a26818d 100644 (file)
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: name.h,v 1.1 1997/07/21 13:47:46 mdw Exp $
+ * $Id: name.h,v 1.2 1997/08/04 10:24:24 mdw Exp $
  *
  * Looking up of names in symbol tables
  *
  * (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: name.h,v $
- * Revision 1.1  1997/07/21 13:47:46  mdw
+ * Revision 1.2  1997/08/04 10:24:24  mdw
+ * Sources placed under CVS control.
+ *
+ * Revision 1.1  1997/07/21  13:47:46  mdw
  * Initial revision
  *
  */
@@ -105,14 +108,14 @@ extern name *name_find(const char */*p*/,
 
 /* --- @name_dump@ --- *
  *
- * Arguments:  @FILE *fp@ = stream to dump on
+ * Arguments:  ---
  *
  * Returns:    ---
  *
  * Use:                Dumps a complete listing of the symbol table.
  */
 
-extern void name_dump(FILE */*fp*/);
+extern void name_dump(void);
 
 /*----- That's all, folks -------------------------------------------------*/