X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Flfta%2Frts.h;fp=include%2Flfta%2Frts.h;h=54a510db7b4ccf4b49ec55de74f920fec9451a80;hb=87cd81502f23b63c980bbce93b6159379299c782;hp=f0bf6167e1af42825971f1ec26eeb08aaaf95a6b;hpb=989d19428b3d21982b048cf256f625a8ca664c2e;p=com%2Fgs-lite.git diff --git a/include/lfta/rts.h b/include/lfta/rts.h index f0bf616..54a510d 100644 --- a/include/lfta/rts.h +++ b/include/lfta/rts.h @@ -18,6 +18,11 @@ */ #ifndef RTS_H #define RTS_H + +#ifdef __cplusplus +extern "C" { +#endif + #include "gstypes.h" #include "gsconfig.h" #include "byteswap.h" @@ -117,7 +122,13 @@ gs_retval_t print_error(char *string); /* XXXCDC: right place? */ /* Function to get the attributes of interfaces in an lfta */ -gs_sp_t get_iface_properties (const gs_sp_t iface_name, const gs_sp_t property_name); +gs_csp_t get_iface_properties (const gs_sp_t iface_name, const gs_sp_t property_name); + +void fta_init(gs_sp_t device); + +#ifdef __cplusplus +} +#endif #endif