event: rename event requests routines
authorBartosz Golaszewski <bartekgola@gmail.com>
Mon, 10 Jul 2017 08:15:05 +0000 (10:15 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Mon, 10 Jul 2017 08:27:40 +0000 (10:27 +0200)
commit54dba79b4219a9eb7cc3c9332d0c310ec256d785
tree3a74247ffe20d88fef0944b9fe9002e505638632
parentfb1700c470802f047d9203ee25319823ac1bccdc
event: rename event requests routines

The event request functionality is now merged with the regular
requests. Change the naming pattern for event requests and move the
prototypes under the input and output requests.

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