mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-25 06:42:18 +00:00
7 lines
136 B
C
7 lines
136 B
C
|
#ifndef FLUID_UTILS_H
|
||
|
#define FLUID_UTILS_H
|
||
|
|
||
|
char *prepare_response(const char *response, int response_length);
|
||
|
|
||
|
#endif //FLUID_UTILS_H
|