Parent: [68fb37] (diff)

Child: [3872f8] (diff)

Download this file

rclinit.h    13 lines (8 with data), 323 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#ifndef _RCLINIT_H_INCLUDED_
#define _RCLINIT_H_INCLUDED_
/* @(#$Id: rclinit.h,v 1.2 2005-11-05 14:40:50 dockes Exp $ (C) 2004 J.F.Dockes */
#include <string>
class RclConfig;
extern RclConfig *recollinit(void (*cleanup)(void), void (*sigcleanup)(int),
std::string &reason);
#endif /* _RCLINIT_H_INCLUDED_ */