mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-24 22:32:16 +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
|