Initial MIME sniffer rule parser checkin. The first draft of the

scanner portion of the parser is done, but completely untested
and unused. More to come...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@452 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-07-26 07:47:07 +00:00
parent f3b40ada80
commit 674e18fb18
7 changed files with 753 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@
#include <File.h>
#include <Entry.h>
#include <sniffer/Rule.h>
#include <sniffer/Parser.h>
class BBitmap;
class BResources;
class BAppFileInfo;