libubox
C utility functions for OpenWrt.
list_head Struct Reference

#include <list.h>

Collaboration diagram for list_head:

Data Fields

struct list_headnext
 
struct list_headprev
 

Detailed Description

Definition at line 53 of file list.h.

Field Documentation

◆ next

struct list_head* list_head::next

Definition at line 54 of file list.h.

◆ prev

struct list_head* list_head::prev

Definition at line 55 of file list.h.


The documentation for this struct was generated from the following file: