summaryrefslogtreecommitdiff
path: root/rfc822.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-03 17:37:11 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-03 17:37:11 +0000
commit2867d16bc9bae9764904efbf44cd5131fca1bc9b (patch)
tree1e910b1566a40e9b02961bf5aed2958b9fa7b974 /rfc822.h
parent2b266bab3687c078061c7b8bf3676ef3a61d53a7 (diff)
Modularization of the code.
Hability to get the recipients from the message headers. Local delivery via a MDA.
Diffstat (limited to 'rfc822.h')
-rw-r--r--rfc822.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfc822.h b/rfc822.h
new file mode 100644
index 0000000..1266530
--- /dev/null
+++ b/rfc822.h
@@ -0,0 +1,3 @@
+
+
+const char *next_address(char *header);