Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
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 Compy_Droppable_IFACE \
17 \
18 /* \
19 * Deallocates itself so that it can no longer be used. \
20 */ \
21 vfunc99(void, drop, VSelf99)
22
29interface99(Compy_Droppable);
interface99(Compy_Droppable)
Defines the Compy_Droppable interface.