include/nana/calls.h File Reference

Go to the source code of this file.

Classes

struct  call

Defines

#define _calls_h_   1

Typedefs

typedef void(* FUNC )(void *)
typedef call CALL

Functions

void calls_add (CALL **head, FUNC fp, void *arg)
void calls_exec (CALL **head, FUNC fp, void *arg)
void calls_delete (CALL **head, FUNC fp, void *arg)


Define Documentation

#define _calls_h_   1
 

Definition at line 32 of file calls.h.


Typedef Documentation

typedef struct call CALL
 

typedef void(* FUNC)(void *)
 

Definition at line 38 of file calls.h.


Function Documentation

void calls_add CALL **  head,
FUNC  fp,
void *  arg
 

void calls_delete CALL **  head,
FUNC  fp,
void *  arg
 

void calls_exec CALL **  head,
FUNC  fp,
void *  arg
 


Generated on Sun Aug 21 04:18:17 2005 for Udanax-Green by doxygen1.3.4