Functions | |
void | qfo_delete (qfo_t *qfo) |
Delete a qfo_t struct, as well as any substructure data. More... | |
qfo_t * | qfo_from_progs (pr_info_t *pr) |
Convert pr_info_t structure to qfo_t. More... | |
qfo_t * | qfo_new (void) |
Create a new qfo_t struct. More... | |
qfo_t * | qfo_open (const char *filename) |
Wrapper around qfo_read() to allow reading from a named file. More... | |
qfo_t * | qfo_read (QFile *file) |
Read a qfo_t strcut from a QFile stream. More... | |
dprograms_t * | qfo_to_progs (qfo_t *qfo, int *size) |
pr_debug_header_t * | qfo_to_sym (qfo_t *qfo, int *size) |
int | qfo_write (qfo_t *qfo, const char *filename) |
Write a qfo_t struct to the named file. More... | |