/*------------------------------------------------------------\ | | | Tool : RCF | | | | File : rcf112.h | | | | Authors : Jacomme Ludovic | | | | Date : 27.06.95 | | | \------------------------------------------------------------*/ # ifndef RCF_112_H # define RCF_112_H #ifndef __P # if defined(__STDC__) || defined(__GNUC__) # define __P(x) x # else # define __P(x) () # endif #endif /*------------------------------------------------------------\ | | | Constants | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Types | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Global Variables | | | \------------------------------------------------------------*/ /*------------------------------------------------------------\ | | | Functions | | | \------------------------------------------------------------*/ extern rdsfig_list * cifloadrdsfig __P((rdsfig_list *Figure, char *Name, char Mode)); extern void cifsaverdsfig __P((rdsfig_list *Figure)); # endif