filesystem.h File Reference

Go to the source code of this file.

Classes

struct  bd_file_s
struct  BD_DIRENT
struct  bd_dir_s

Typedefs

typedef struct bd_file_s BD_FILE_H
typedef struct bd_dir_s BD_DIR_H
typedef BD_FILE_H *(* BD_FILE_OPEN )(const char *filename, const char *mode)
typedef BD_DIR_H *(* BD_DIR_OPEN )(const char *dirname)

Functions

BD_FILE_OPEN bd_register_file (BD_FILE_OPEN p)
 Register function pointer that will be used to open a file.
BD_DIR_OPEN bd_register_dir (BD_DIR_OPEN p)
 Register function pointer that will be used to open a directory.

Typedef Documentation

typedef struct bd_file_s BD_FILE_H

Definition at line 35 of file filesystem.h.

typedef struct bd_dir_s BD_DIR_H

Definition at line 58 of file filesystem.h.

typedef BD_FILE_H*(* BD_FILE_OPEN)(const char *filename, const char *mode)

Definition at line 66 of file filesystem.h.

typedef BD_DIR_H*(* BD_DIR_OPEN)(const char *dirname)

Definition at line 67 of file filesystem.h.


Function Documentation

BD_FILE_OPEN bd_register_file ( BD_FILE_OPEN  p  ) 

Register function pointer that will be used to open a file.

Parameters:
p function pointer
Returns:
previous function pointer registered

Definition at line 27 of file filesystem.c.

BD_DIR_OPEN bd_register_dir ( BD_DIR_OPEN  p  ) 

Register function pointer that will be used to open a directory.

Parameters:
p function pointer
Returns:
previous function pointer registered

Definition at line 34 of file filesystem.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Mon May 28 06:41:47 2012 for MythTV by  doxygen 1.6.3