diff options
Diffstat (limited to 'rtmpserver.h')
| -rw-r--r-- | rtmpserver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rtmpserver.h b/rtmpserver.h index cae56a5..c9383b4 100644 --- a/rtmpserver.h +++ b/rtmpserver.h @@ -1,13 +1,13 @@ #ifndef RTMPSERVER_H_ #define RTMPSERVER_H_ -#include <stdint.h> -#include <stdlib.h> - #ifdef __cplusplus extern "C" { #endif +#include <stdint.h> +#include <stdlib.h> + typedef struct { void (*on_start)(void *ctx); void (*on_stop)(void *ctx); |
