OSDN Git Service

Merge KITA-KDE4
[kita/kita.git] / kita / src / libkita / parser.h
diff --git a/kita/src/libkita/parser.h b/kita/src/libkita/parser.h
new file mode 100644 (file)
index 0000000..5a4a6dc
--- /dev/null
@@ -0,0 +1,24 @@
+/***************************************************************************
+ *   Copyright (C) 2009 by Kita Developers                                 *
+ *   ikemo@users.sourceforge.jp                                            *
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ ***************************************************************************/
+#ifndef PARSER_H
+#define PARSER_H
+
+class QString;
+
+class RESDAT;
+
+namespace Kita {
+    namespace Parser {
+        bool parseResDat(RESDAT& resdat, QString& subject);
+        void datToText(const QString &rawData, QString& text);
+    }
+}
+
+#endif