open5gs/lib/sbi/openapi/set.h
Sviatoslav Petriv 4e051169e8 Added some files
2023-12-11 16:12:27 +02:00

14 lines
187 B
C

#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 */