server/src/exparse.c

8 lines
104 B
C
Raw Normal View History

2018-04-24 21:50:49 +02:00
#include "exparse.h"
#include <expat.h>
int exparse_readfile(const char * filename) {
return 1;
}