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