7 lines
142 B
C
7 lines
142 B
C
|
#ifndef __ASCIIDOC_H__
|
||
|
#define __ASCIIDOC_H__
|
||
|
|
||
|
#include <Wt/WString.h>
|
||
|
|
||
|
Wt::WString asciidoc(const Wt::WString &src);
|
||
|
#endif // __ASCIIDOC_H__
|