Skip to content

Commit

Permalink
rem/aufile: header cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Aug 19, 2023
1 parent 64c90e3 commit 3ca6c32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/rem_aufile.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ int aufile_open(struct aufile **afp, struct aufile_prm *prm,
const char *filename, enum aufile_mode mode);
int aufile_read(struct aufile *af, uint8_t *p, size_t *sz);
int aufile_write(struct aufile *af, const uint8_t *p, size_t sz);
// return the size in bytes
size_t aufile_get_size(struct aufile *af);
// return the length in ms
size_t aufile_get_length(struct aufile *af, struct aufile_prm *prm);

0 comments on commit 3ca6c32

Please sign in to comment.