diff options
Diffstat (limited to 'service/src/stlfile.h')
| -rw-r--r-- | service/src/stlfile.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/service/src/stlfile.h b/service/src/stlfile.h index 307c7c4..424b61b 100644 --- a/service/src/stlfile.h +++ b/service/src/stlfile.h @@ -4,7 +4,13 @@ #include <stdlib.h> #include <string.h> +struct parseinfo { + char fmtbuf[256]; + int attrs; + char *namehash, *infopath, *stlpath; +}; - +struct parseinfo* parse_file(char *buf, size_t len); +void free_parseinfo(struct parseinfo *info); #endif // STLFILE_H |
