Pristine Ack-5.5
[Ack-5.5.git] / util / ego / cs / cs_getent.h
1 /* $Id: cs_getent.h,v 1.4 1994/06/24 10:22:24 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 extern entity_p getentity();    /* (line_p lnp, *l_out)
7                                  * Extract the entity lnp refers and enter it
8                                  * in the table of entities. The main entity
9                                  * lnp refers to is returned; sometimes there
10                                  * is more than one entity. The first line that
11                                  * was involved in pushing it is returned
12                                  * through l_out.
13                                  */