From 008b5f74235a7fd04852e6f640429269f1ec4845 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 29 Apr 2021 16:20:38 +0200 Subject: basic service structure and docker setup --- service/src/stlfile.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'service/src/stlfile.h') 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 #include +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 -- cgit v1.2.3-71-gd317