Skip to content

Commit

Permalink
buffer: make squash_buffer_free's argument nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
nemequ committed Oct 12, 2015
1 parent 59c1e1f commit 9c19aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion squash/buffer-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ SQUASH_NONNULL(1)
bool squash_buffer_append (SquashBuffer* buffer, size_t data_size, const uint8_t data[SQUASH_ARRAY_PARAM(data_size)]);
SQUASH_NONNULL(1)
void squash_buffer_clear (SquashBuffer* buffer);
SQUASH_NONNULL(1)
void squash_buffer_free (SquashBuffer* buffer);
SQUASH_NONNULL(1)
bool squash_buffer_set_size (SquashBuffer* buffer, size_t size);
Expand Down

0 comments on commit 9c19aa2

Please sign in to comment.