This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new c4156ba4e5 lib.h: Remove forward declaration for streamlist
c4156ba4e5 is described below

commit c4156ba4e582905c96029c5160b8e61bed9a06b3
Author: Huang Qi <[email protected]>
AuthorDate: Thu Mar 2 11:36:31 2023 +0800

    lib.h: Remove forward declaration for streamlist
    
    Since <nuttx/fs/fs.h> included already.
    
    Signed-off-by: Huang Qi <[email protected]>
---
 include/nuttx/lib/lib.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/nuttx/lib/lib.h b/include/nuttx/lib/lib.h
index a2632c77b4..df30581f87 100644
--- a/include/nuttx/lib/lib.h
+++ b/include/nuttx/lib/lib.h
@@ -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 */
 

Reply via email to