WUtil: Added 'const' attribute to parameters for file related API
commitea9d3e643f65b122d4414ed5feafff6e1f533dcc
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 4 May 2013 13:43:22 +0000 (4 15:43 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 4 May 2013 15:16:18 +0000 (4 16:16 +0100)
tree7f09e7e330a2f165436b91b01b46811fd3b57e54
parentbbf84eb0e8cfeb554def2487e91bdcbee15ae976
WUtil: Added 'const' attribute to parameters for file related API

As a side note, in 'wfindfileinlist' the first argument should be:
  const char * const *path_list

However, due to limited support for const in plain C, that would
introduce warnings in user code. For compatibility issues, this
was not implemented.
WINGs/WINGs/WUtil.h
WINGs/findfile.c