ossp-pkg/petidomo/queue_posting.c 1.1 -> 1.2
--- queue_posting.c 2001/01/15 16:29:11 1.1
+++ queue_posting.c 2001/01/15 16:58:58 1.2
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/queue_posting.c,v $
- $Revision: 1.1 $
+ $Revision: 1.2 $
Copyright (C) 2000 by Peter Simons <simons@computer.org>.
@@ -22,7 +22,7 @@
#include "libtext/text.h"
#include "petidomo.h"
-void queue_posting(const struct Mail* mail, const char* listname)
+char* queue_posting(const struct Mail* mail, const char* listname)
{
const struct PD_Config * MasterConfig = getMasterConfig();
char* buffer;
@@ -46,4 +46,5 @@
fclose(fh);
chmod(buffer, 0755);
free(buffer);
+ return cookie;
}
|
|