#include <biosphere.h>
#include <biosphere_error.h>
Include dependency graph for biosphere_lib.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
const char * | get_library_version_string (void) |
bs_status | init_library (void) |
bs_status | cleanup_library (void) |
bs_status | get_services_list (bs_definition **def, bs_uint16 port) |
bs_status | make_service_request (bs_service_request *request, bs_service_response **response, bs_uint16 port) |
bs_definition * | copy_bs_definition (const bs_definition *def) |
void | delete_bs_definition (bs_definition *def) |
bs_service_response * | copy_bs_service_response (const bs_service_response *response) |