Child: [5ebcb0] (diff)

Download this file

rclinit.h    10 lines (6 with data), 274 Bytes

1
2
3
4
5
6
7
8
9
#ifndef _RCLINIT_H_INCLUDED_
#define _RCLINIT_H_INCLUDED_
/* @(#$Id: rclinit.h,v 1.1 2005-04-05 09:35:35 dockes Exp $ (C) 2004 J.F.Dockes */
class RclConfig;
extern RclConfig *recollinit(void (*cleanup)(void), void (*sigcleanup)(int));
#endif /* _RCLINIT_H_INCLUDED_ */