SmolRTSP 0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
Loading...
Searching...
No Matches
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
29interface99(SmolRTSP_Droppable);
interface99(SmolRTSP_Droppable)
Defines the SmolRTSP_Droppable interface.