core: don't use double underscores
authorBartosz Golaszewski <bartekgola@gmail.com>
Thu, 23 Feb 2017 16:00:54 +0000 (17:00 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Thu, 23 Feb 2017 16:00:54 +0000 (17:00 +0100)
commitf92b2d0936a0ae11c59ae088f6f7ad4f00cfaeee
treec85b10a0a64d9f117dfb67a8974e211ce556dd24
parent25f2ccff8fe1f2559b4f7068467a05a8fb7153ed
core: don't use double underscores

Symbols starting with a double underscore are reserved for the
compiler. Private symbols in libgpiod should start with a single
underscore.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
include/gpiod.h
src/lib/core.c