Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

func_types.h

00001 #ifndef FUNC_TYPES_H
00002 #define FUNC_TYPES_H
00003 #include "common.h"
00004 
00005 
00006 /* Function Type */
00007 typedef struct FUNC_T {
00008   char name[MAX_TOKEN_SIZE];  
00009   double (*func_ptr)();
00010   int num_args;
00011 } func_t;
00012 
00013 #endif

Generated on Tue Dec 20 10:14:57 2005 for vlc-0.8.4a by  doxygen 1.4.2