Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / tas / tas / tas_alloc.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI Alliance */
4 /* */
5 /* Produit : TAS Version 5 */
6 /* Fichier : tas_alloc.h */
7 /* */
8 /* (c) copyright 1991-1998 Laboratoire LIP6 equipe ASIM */
9 /* Tous droits reserves */
10 /* Support : e-mail alliance-support@asim.lip6.fr */
11 /* */
12 /* Auteur(s) : Karim DIOURY */
13 /* */
14 /****************************************************************************/
15
16 /* declaration de variable */
17 extern chain_list *HEAD_DELAY ;
18 extern chain_list *HEAD_FRONT ;
19 extern chain_list *HEAD_CARACCON ;
20 extern chain_list *HEAD_CARACLINK ;
21
22 /* declaration de fonction */
23 extern void tas_initcnsfigalloc __P(( cnsfig_list* ));
24 extern void tas_freecnsfigalloc __P(( cnsfig_list* ));
25 extern void tas_freecnsfig __P(( cnsfig_list* ));
26 extern void tas_freelofig __P(( lofig_list* ));