Add const qualifier to functions that require them

Issue #55 resolved
Paolo Brandoli repo owner created an issue

Many functions in the data handler and buffers could have const qualifiers, specially where string and pointers are used (and pass them by reference).

This avoid useless increase/decrease of the reference counter in pointers, and useless copy of strings when calling functions.

Comments (2)

  1. Log in to comment