X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdatamap.h;h=47e7d49920ed559d2532b80ae2983943b4cd2240;hb=21f74bf587d9b7a76bc1ee83db02cb8c243dc567;hp=4cbc44ba789beaed93e6b8ca126dc661b345ebef;hpb=516e9be0443cfd7f844feb9b8299f909075b7c3c;p=laserbrain_demo diff --git a/src/datamap.h b/src/datamap.h index 4cbc44b..47e7d49 100644 --- a/src/datamap.h +++ b/src/datamap.h @@ -1,13 +1,13 @@ #ifndef DATAMAP_H_ #define DATAMAP_H_ -void datmap_reset(); -void datmap_set_path(const char *path); +void datamap_reset(); +void datamap_set_path(const char *path); -bool datmap_load_map(const char *fname); -void datmap_map(const char *re, const char *path); +bool datamap_load_map(const char *fname); +void datamap_map(const char *re, const char *path); -int datmap_lookup(const char *in, char *buf, int bsz); -int datmap_path_size(const char *in); +int datamap_lookup(const char *in, char *buf, int bsz); +int datamap_path_size(const char *in); #endif // DATAMAP_H_