]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/mapread.h
wwww workings!! wwww
[16.git] / src / lib / mapread.h
index 623bf545307f69b6eccbdeafac4bf14a6f327c36..8b1b3e0a6f1af32d625a609a1354f678cbfa72cd 100644 (file)
@@ -1,11 +1,10 @@
 #ifndef _LIBMAPREAD_H_
 #define _LIBMAPREAD_H_
-#include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #include "src/lib/jsmn/jsmn.h"
 #include "src/lib/modex16.h"
+#include "src/lib/lib_head.h"
 
 static char *js_sv;
 
@@ -26,6 +25,6 @@ typedef struct {
 
 static int jsoneq(const char *json, jsmntok_t *tok, const char *s);
 static int dump(const char *js, jsmntok_t *t, size_t count, int indent, map_t *map, int q);
-static int loadmap(char *mn, map_t *map/*, word w*/);
+static int loadmap(char *mn, map_t *map);
 
 #endif/*_LIBMAPREAD_H_*/