diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-10 17:18:28 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-10 17:18:28 +0200 |
| commit | 1490268ea6ae75e5e9b78861c56dc9b04db903f3 (patch) | |
| tree | 415a4ea7b11648c7cfea226637fe1a84c0576918 /service/src/stlfile.h | |
| parent | 2a8416eaa85af6348fe34859859a7fb39db2003d (diff) | |
| download | enowars5-service-stldoctor-1490268ea6ae75e5e9b78861c56dc9b04db903f3.tar.gz enowars5-service-stldoctor-1490268ea6ae75e5e9b78861c56dc9b04db903f3.zip | |
extended query function to load file info, added poc test
Diffstat (limited to 'service/src/stlfile.h')
| -rw-r--r-- | service/src/stlfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/src/stlfile.h b/service/src/stlfile.h index 8a52ea9..588875b 100644 --- a/service/src/stlfile.h +++ b/service/src/stlfile.h @@ -46,6 +46,7 @@ struct parseinfo { int parse_file(struct parseinfo *info, char *buf, size_t len); int save_info(struct parseinfo *info, FILE *f); +int load_info(struct parseinfo *info, FILE *f); void print_info(struct parseinfo *info); void free_info(struct parseinfo *info); |
