osmo-remsim/src/server/rest_api.h

6 lines
94 B
C

#pragma once
#include <stdint.h>
int rest_api_init(uint16_t port);
void rest_api_fini(void);