ossp-pkg/petidomo/petidomo.h 1.3 -> 1.4
--- petidomo.h 2001/01/06 14:12:21 1.3
+++ petidomo.h 2001/01/08 15:55:07 1.4
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/petidomo.h,v $
- $Revision: 1.3 $
+ $Revision: 1.4 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -77,9 +77,9 @@
char * reply_to;
};
-int InitPetidomo(void);
-const struct PD_Config *getMasterConfig(void );
-const struct List_Config *getListConfig(const char *listname);
+int InitPetidomo(const char* masterconfig_path);
+const struct PD_Config *getMasterConfig(void);
+const struct List_Config *getListConfig(const char* listname);
/********** rfcparse.c **********/
|
|