summaryrefslogtreecommitdiffstats
path: root/include/cutils/uevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cutils/uevent.h')
-rw-r--r--include/cutils/uevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cutils/uevent.h b/include/cutils/uevent.h
index 5f5e6ca..4ebc300 100644
--- a/include/cutils/uevent.h
+++ b/include/cutils/uevent.h
@@ -17,12 +17,14 @@
#ifndef __CUTILS_UEVENT_H
#define __CUTILS_UEVENT_H
+#include <stdbool.h>
#include <sys/socket.h>
#ifdef __cplusplus
extern "C" {
#endif
+int uevent_open_socket(int buf_sz, bool passcred);
ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length);
#ifdef __cplusplus