annotate include/do_all_the_voodoo_here.h @ 748:dfc9ab125fd4

Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
author Chris Webb
date Sun, 03 Oct 2010 21:40:42 +1100
parents include/do_all_the_voodo_here.h@31a34f710c27
children 1c13e314e5b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
225
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
1 /* Copyright (C) 2004 Mads Martin Joergensen <mmj at mmj.dk>
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
2 *
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
3 * $Id$
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
4 *
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
5 * Permission is hereby granted, free of charge, to any person obtaining a copy
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
6 * of this software and associated documentation files (the "Software"), to
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
7 * deal in the Software without restriction, including without limitation the
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
8 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
9 * sell copies of the Software, and to permit persons to whom the Software is
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
10 * furnished to do so, subject to the following conditions:
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
11 *
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
12 * The above copyright notice and this permission notice shall be included in
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
13 * all copies or substantial portions of the Software.
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
14 *
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
21 * IN THE SOFTWARE.
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
22 */
3f177909efc8 Goodbye GPL license, Welcome MIT
mmj
parents: 162
diff changeset
23
748
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 254
diff changeset
24 #ifndef DO_ALL_THE_VOODOO_HERE_H
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 254
diff changeset
25 #define DO_ALL_THE_VOODOO_HERE_H
10
c9df40f76802 do_all_the_voodo_here introduction
mmj
parents:
diff changeset
26
254
31a34f710c27 added access control
mortenp
parents: 225
diff changeset
27 #include "mlmmj.h" /* For struct mailhdr and struct strlist */
10
c9df40f76802 do_all_the_voodo_here introduction
mmj
parents:
diff changeset
28
c9df40f76802 do_all_the_voodo_here introduction
mmj
parents:
diff changeset
29 int findit(const char *line, const char **headers);
c9df40f76802 do_all_the_voodo_here introduction
mmj
parents:
diff changeset
30 void getinfo(const char *line, struct mailhdr *readhdrs);
748
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 254
diff changeset
31 int do_all_the_voodoo_here(int infd, int outfd, int hdrfd, int footfd,
89
mmj
parents: 10
diff changeset
32 const char **delhdrs, struct mailhdr *readhdrs,
254
31a34f710c27 added access control
mortenp
parents: 225
diff changeset
33 struct strlist *allhdrs, const char *subjectprefix);
10
c9df40f76802 do_all_the_voodo_here introduction
mmj
parents:
diff changeset
34
748
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 254
diff changeset
35 #endif /* DO_ALL_THE_VOODOO_HERE_H */