Files
open5gs/lib/sbi/openapi/set.h
2023-03-01 17:50:25 +09:00

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