Skip to content

Commit

Permalink
Add a forward declaration for struct list_node
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Jan 9, 2025
1 parent 24d3e46 commit 8a6c9a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define _GNU_SOURCE
#endif

struct list_node;
/**
* Structure representing a node in a doubly linked list.
*/
Expand Down

0 comments on commit 8a6c9a3

Please sign in to comment.