|
a/src/common/rclinit.h |
|
b/src/common/rclinit.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _RCLINIT_H_INCLUDED_
|
17 |
#ifndef _RCLINIT_H_INCLUDED_
|
18 |
#define _RCLINIT_H_INCLUDED_
|
18 |
#define _RCLINIT_H_INCLUDED_
|
19 |
/* @(#$Id: rclinit.h,v 1.3 2006-01-30 11:15:27 dockes Exp $ (C) 2004 J.F.Dockes */
|
19 |
/* @(#$Id: rclinit.h,v 1.4 2006-09-08 09:02:47 dockes Exp $ (C) 2004 J.F.Dockes */
|
20 |
|
20 |
|
21 |
#include <string>
|
21 |
#include <string>
|
22 |
|
22 |
|
23 |
class RclConfig;
|
23 |
class RclConfig;
|
24 |
|
24 |
|
25 |
extern RclConfig *recollinit(void (*cleanup)(void), void (*sigcleanup)(int),
|
25 |
extern RclConfig *recollinit(void (*cleanup)(void), void (*sigcleanup)(int),
|
26 |
std::string &reason);
|
26 |
std::string &reason,
|
|
|
27 |
const std::string *argcnf = 0);
|
27 |
|
28 |
|
28 |
#endif /* _RCLINIT_H_INCLUDED_ */
|
29 |
#endif /* _RCLINIT_H_INCLUDED_ */
|