[SBI] Crash occurs when ENUM in the MAP (#2103)

This commit is contained in:
Sukchan Lee 2023-03-01 17:50:25 +09:00
parent ce668c556c
commit 969c116e77
1097 changed files with 266728 additions and 42047 deletions

14
lib/sbi/openapi/set.h Normal file
View file

@ -0,0 +1,14 @@
#ifndef OGS_SBI_SET_H
#define OGS_SBI_SET_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct OpenAPI_list_s OpenAPI_set_t;
#ifdef __cplusplus
}
#endif
#endif /* OGS_SBI_SET_H */