ossp-pkg/petidomo/petidomo.h 1.10 -> 1.11
--- petidomo.h 2001/01/15 16:55:45 1.10
+++ petidomo.h 2001/01/15 16:58:58 1.11
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/petidomo.h,v $
- $Revision: 1.10 $
+ $Revision: 1.11 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -236,10 +236,10 @@
/********** queue_posting.c **********/
-void queue_posting(const struct Mail* mail, const char* listname);
+char* queue_posting(const struct Mail* mail, const char* listname);
/********** queue_command.c **********/
-void queue_command(const struct Mail* mail, const char* command);
+char* queue_command(const struct Mail* mail, const char* command);
#endif /* !defined(__PETIDOMO_H__) */
|
|