ossp-pkg/petidomo/petidomo.h 1.18 -> 1.19
--- petidomo.h 2001/01/20 13:42:01 1.18
+++ petidomo.h 2001/01/20 13:52:41 1.19
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/petidomo.h,v $
- $Revision: 1.18 $
+ $Revision: 1.19 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -51,6 +51,7 @@
extern char g_is_approved;
extern const char* who_am_i;
+extern char* masterconfig_path;
/********** config.c **********/
@@ -104,7 +105,7 @@
char * ack_file;
};
-int InitPetidomo(const char* masterconfig_path);
+int InitPetidomo(const char*);
const struct PD_Config *getMasterConfig(void);
const struct List_Config *getListConfig(const char* listname);
|
|