Add more const-ness to the stream endpoint/pipe functions where possible.

This commit is contained in:
Dean Camera 2011-02-13 21:27:24 +00:00
parent 272d446d32
commit 0019fbd129
13 changed files with 50 additions and 46 deletions

View file

@ -1,4 +1,4 @@
uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE Buffer,
uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
uint16_t Length,
uint16_t* const BytesProcessed)
{