lib.h: Remove forward declaration for streamlist
Since <nuttx/fs/fs.h> included already. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
4bb432b0f4
commit
c4156ba4e5
|
@ -110,7 +110,6 @@ void lib_stream_release(FAR struct task_group_s *group);
|
|||
|
||||
/* Functions contained in lib_getstreams.c **********************************/
|
||||
|
||||
struct streamlist;
|
||||
FAR struct streamlist *lib_get_streams(void);
|
||||
#endif /* CONFIG_FILE_STREAM */
|
||||
|
||||
|
|
Loading…
Reference in New Issue