ucx/buffer.h

changeset 120
8170f658f017
parent 103
08018864fb91
child 140
15f871f50bfd
equal deleted inserted replaced
119:baa839a7633f 120:8170f658f017
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #ifndef BUFFER_H 29 #ifndef UCX_BUFFER_H
30 #define BUFFER_H 30 #define UCX_BUFFER_H
31 31
32 #include "ucx.h" 32 #include "ucx.h"
33 #include <sys/types.h> 33 #include <sys/types.h>
34 #include <stdio.h> 34 #include <stdio.h>
35 35
128 128
129 #ifdef __cplusplus 129 #ifdef __cplusplus
130 } 130 }
131 #endif 131 #endif
132 132
133 #endif /* BUFFER_H */ 133 #endif /* UCX_BUFFER_H */
134 134

mercurial