chiark / gitweb /
sd-network: remove redundant array size parameter from functions that return arrays
authorLennart Poettering <lennart@poettering.net>
Wed, 16 Jul 2014 23:39:46 +0000 (01:39 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 16 Jul 2014 23:42:26 +0000 (01:42 +0200)
As long as the number of array entries is relatively small it's nicer to
simply return the number of entries directly, instead of using a size_t*
return parameter for it.


No differences found