diff options
| author | yangwei <[email protected]> | 2023-08-15 13:58:35 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-15 13:58:35 +0800 |
| commit | 3b1216f6c064ccd6076ea2f58c16f0d24b1f63bb (patch) | |
| tree | 51ddac380d9f09c244d88076f743ca01001c68eb /include | |
| parent | 613c162cf985a03a6dd2c5bcdf6255f027073430 (diff) | |
🐞 fix(clang lint warning): fix lint warning
Diffstat (limited to 'include')
| -rw-r--r-- | include/public/stream_inc/stream_control.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/public/stream_inc/stream_control.h b/include/public/stream_inc/stream_control.h index ab84604..5008ac9 100644 --- a/include/public/stream_inc/stream_control.h +++ b/include/public/stream_inc/stream_control.h @@ -255,7 +255,7 @@ struct segment_id_list int append_sid_to_rawpkt(const void *rawpkt, struct segment_id_list *sid_list);
int prepend_sid_to_rawpkt(const void *rawpkt, struct segment_id_list *sid_list);
-
+struct streaminfo;
/*
plug call MESA_set_stream_opt() to set feature of specified stream.
opt: option type, refer to enum MESA_stream_opt;
@@ -282,6 +282,7 @@ int MESA_set_stream_opt(const struct streaminfo *pstream, enum MESA_stream_opt o int MESA_get_stream_opt(const struct streaminfo *pstream, enum MESA_stream_opt opt, void *opt_val, int *opt_val_len);
+struct tcphdr;
/*
Get options from tcphdr, and store them in raw_result.
return value:
|
