ToastFreeware
/
debian
/
mimetic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
releasing version 0.9.5-1
[debian/mimetic.git]
/
test
/
t.contenttype.h
1
#ifndef _T_CONTENTTYPE_H_
2
#define _T_CONTENTTYPE_H_
3
#include <string>
4
#include "cutee.h"
5
6
7
namespace mimetic
8
{
9
10
struct TEST_CLASS( contenttype )
11
{
12
void TEST_FUNCTION( parser );
13
};
14
15
}
16
17
#endif
18