goep_server: add declaration for goep_server_header_add_srm_enable

This commit is contained in:
Matthias Ringwald 2022-05-13 17:10:04 +02:00
parent 1a9eef6299
commit b79730d636

View File

@ -177,6 +177,13 @@ uint8_t goep_server_header_add_who(uint16_t goep_cid, const uint8_t * who);
*/
uint8_t goep_server_header_add_end_of_body(uint16_t goep_cid, const uint8_t * end_of_body, uint16_t length);
/**
* @brief Add SRM ENABLE header to current response
* @param goep_cid
* @return
*/
uint8_t goep_server_header_add_srm_enable(uint16_t goep_cid);
/**
* @brief Execute prepared request
* @param goep_cid