aboutsummaryrefslogtreecommitdiff
path: root/rtmpserver.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-09-13 20:53:56 +0800
committerMistivia <i@mistivia.com>2025-09-13 20:53:56 +0800
commita4daf467f871b0e77f07f1071b47b960da7bfba9 (patch)
tree43b8847b395a90f5aadb57593c0d84e2c13cca7c /rtmpserver.h
parentf3eeea1d7092f3ca98836035bf75b941d14c2067 (diff)
add s3 client
Diffstat (limited to 'rtmpserver.h')
-rw-r--r--rtmpserver.h6
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);