SmolRTSP
0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
droppable.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <interface99.h>
9
16
#define SmolRTSP_Droppable_IFACE \
17
\
18
/* \
19
* Deallocates itself so that it can no longer be used. \
20
*/
\
21
vfunc99(void, drop, VSelf99)
22
29
interface99
(SmolRTSP_Droppable);
interface99
interface99(SmolRTSP_Droppable)
Defines the SmolRTSP_Droppable interface.
include
smolrtsp
droppable.h
Generated by
1.9.1