Skip to content

Commit

Permalink
[buffer] Missing variable name in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jan 17, 2014
1 parent e606fe7 commit 07a7072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ size_t chckBufferGetSize(chckBuffer *buf);
int chckBufferIsNativeEndian(chckBuffer *buf);

size_t chckBufferFill(const void *src, size_t size, size_t memb, chckBuffer *buf);
size_t chckBufferFillFromFile(FILE *src, size_t, size_t memb, chckBuffer *buf);
size_t chckBufferFillFromFile(FILE *src, size_t size, size_t memb, chckBuffer *buf);

size_t chckBufferRead(void *dst, size_t size, size_t memb, chckBuffer *buf);
int chckBufferReadUInt8(chckBuffer *buf, unsigned char *i);
Expand Down

0 comments on commit 07a7072

Please sign in to comment.