Classes | Typedefs | Functions
rlist.h File Reference
#include "llist.h"
Include dependency graph for rlist.h:

Go to the source code of this file.

Classes

struct  AvahiRList

Typedefs

typedef
typedefAVAHI_C_DECL_BEGIN
struct AvahiRList 
AvahiRList

Functions

AvahiRListavahi_rlist_prepend (AvahiRList *r, void *data)
AvahiRListavahi_rlist_remove (AvahiRList *r, void *data)
AvahiRListavahi_rlist_remove_by_link (AvahiRList *r, AvahiRList *n)

Detailed Description

A simple linked list implementation

Definition in file rlist.h.


Typedef Documentation

typedef typedefAVAHI_C_DECL_BEGIN struct AvahiRList AvahiRList

A doubly linked list type

Definition at line 32 of file rlist.h.


Function Documentation

Prepend a new item to the beginning of the list and return the new beginning

AvahiRList* avahi_rlist_remove ( AvahiRList r,
void data 
)

Remove the first occurence of the specified item from the list and return the new beginning

Remove the specified item from the list and return the new beginning



pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:22