Update and rename main.c to friends_parser.c

This commit is contained in:
Magmus 2013-06-30 22:41:42 -07:00
parent 5340791cad
commit d228211043

View File

@ -10,7 +10,7 @@
#include "asm-xml.h"
static const int chunkSize = 16*1024*1024; // 16Mk
static const char schemaFilename[] = "schema.xml";
static const char schemaFilename[] = "friends_schema.xml";
static const char xmlFilename[] = "friends.xml";
char buffer[65536];