Do not install share.h (cleanup)
[lttng-ust.git] / include / share.h
1 #ifndef _LTTNG_SHARE_H
2 #define _LTTNG_SHARE_H
3
4 /*
5 * Copyright (c) 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 *
7 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
8 * OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
9 *
10 * Permission is hereby granted to use or copy this program
11 * for any purpose, provided the above notices are retained on all copies.
12 * Permission to modify the code and to distribute modified code is granted,
13 * provided the above notices are retained, and a notice that the code was
14 * modified is included with the above copyright notice.
15 */
16
17 #include <stdlib.h>
18
19 ssize_t patient_write(int fd, const void *buf, size_t count);
20 ssize_t patient_send(int fd, const void *buf, size_t count, int flags);
21
22 #endif /* _LTTNG_SHARE_H */
This page took 0.030787 seconds and 5 git commands to generate.