ToastFreeware
/
debian
/
mimetic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[svn-inject] Installing original source of mimetic
[debian/mimetic.git]
/
test
/
t.rfc822.h
1
#ifndef _T_RFC822_H_
2
#define _T_RFC822_H_
3
#include <mimetic/rfc822/rfc822.h>
4
#include "cutee.h"
5
6
7
namespace mimetic
8
{
9
10
struct TEST_CLASS( testRfc822 )
11
{
12
void TEST_FUNCTION( testAddress );
13
void TEST_FUNCTION( testMailbox );
14
void TEST_FUNCTION( testGroup );
15
};
16
17
}
18
19
#endif
20