Skip to content

Commit

Permalink
libs: esclient-api: es_port: Remove function prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Iliev <iliyailiev3592@gmail.com>
  • Loading branch information
IlievIliya92 committed Oct 23, 2024
1 parent c11fe0d commit eca0513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/esclient-api/src/es_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ int8_t es_port_file_open(es_port_file_t *fp, const uint8_t *filename, uint8_t mo
void es_port_file_close(es_port_file_t *fp);
int8_t es_port_file_exist(const uint8_t *filename);
int8_t es_port_file_remove(const uint8_t *filename);
// uint64_t es_port_file_size_get(const uint8_t *filename);
uint64_t es_port_file_size_get(es_port_file_t *fp);
ssize_t es_port_file_read(es_port_file_t *fp, uint8_t *data, uint32_t blksize);
ssize_t es_port_file_write(es_port_file_t *fp, uint8_t *data, uint32_t blksize);
Expand Down

0 comments on commit eca0513

Please sign in to comment.