From 442b7623241b844b7844098c58389f6636cafa91 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 18 2020 21:07:44 +0000 Subject: library api: provide a forward definition of struct _nt_guid. --- diff --git a/include/toksvc/toksvc.h b/include/toksvc/toksvc.h index b738139..9142061 100644 --- a/include/toksvc/toksvc.h +++ b/include/toksvc/toksvc.h @@ -80,6 +80,8 @@ enum toks_warning_level { TOKS_WARNING_LEVEL_NONE, }; +struct _nt_guid; + struct toks_source_version { int major; int minor; @@ -108,7 +110,7 @@ struct toks_common_ctx { uint64_t actflags; uint64_t fmtflags; int32_t loglevel; - const nt_guid * uuid; + const struct _nt_guid * uuid; void * hroot; const char * sysroot; const char * logfile;