summaryrefslogtreecommitdiffstats
path: root/src/tagreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagreader.h')
-rw-r--r--src/tagreader.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tagreader.h b/src/tagreader.h
new file mode 100644
index 0000000..1501274
--- /dev/null
+++ b/src/tagreader.h
@@ -0,0 +1,10 @@
+#ifndef TAGREADER_H
+#define TAGREADER_H
+
+#include "qtbc.h"
+
+class Entry;
+
+void parseTagFile(Entry *root,const char *fullPathName,const char *fileName);
+
+#endif