LexLeo
0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
stream_lifecycle.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-3.0-or-later
2
* Copyright (C) 2026 Sylvain Labopin
3
*/
4
15
#ifndef LEXLEO_STREAM_LIFECYCLE_H
16
#define LEXLEO_STREAM_LIFECYCLE_H
17
18
#include "
stream/borrowers/stream_types.h
"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
34
void
stream_destroy
(
stream_t
**s);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
// LEXLEO_STREAM_LIFECYCLE_H
stream_destroy
void stream_destroy(stream_t **s)
Destroy a stream handle.
Definition
stream.c:98
stream_types.h
Borrower-visible public types for the stream port.
stream_t
Private handle structure for a stream_t.
Definition
stream_handle.h:34
src
foundation
stream
port
include
stream
lifecycle
stream_lifecycle.h
Generated by
1.9.8