|
Aegis
4.25.D505
|
#include <common/config.h>Go to the source code of this file.
Defines | |
| #define | MAGIC_MIME 0 |
| #define | MAGIC_SYMLINK 0 |
Typedefs | |
| typedef void * | magic_t |
Functions | |
| magic_t | magic_open (int flags) |
| void | magic_close (magic_t cookie) |
| const char * | magic_file (magic_t cookie, const char *filename) |
| const char * | magic_error (magic_t cookie) |
| int | magic_load (magic_t cookie, const char *file_name) |
| #define MAGIC_MIME 0 |
| #define MAGIC_SYMLINK 0 |
| void magic_close | ( | magic_t | cookie | ) |
| const char* magic_error | ( | magic_t | cookie | ) |
| const char* magic_file | ( | magic_t | cookie, |
| const char * | filename | ||
| ) |
| int magic_load | ( | magic_t | cookie, |
| const char * | file_name | ||
| ) |
| magic_t magic_open | ( | int | flags | ) |
1.7.6.1