Go to the source code of this file.
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. | |
| BD_FILE_OPEN bd_register_file | ( | BD_FILE_OPEN | p | ) |
Register function pointer that will be used to open a file.
| p | function pointer |
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.
| p | function pointer |
Definition at line 34 of file filesystem.c.
1.6.3