#include "define.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "libpst.h"
Go to the source code of this file.
Defines | |
#define | OUT_BUF 20 |
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 8 of file dumpblocks.c. Referenced by main(). |
|
Definition at line 9 of file dumpblocks.c. References DEBUG_ENT, DEBUG_INIT, DEBUG_REGISTER_CLOSE, DEBUG_RET, pst_file::encryption, getopt(), pst_file::i_head, pst_index_tree::id, pst_index_tree::next, optind, OUT_BUF, pst_close(), pst_ff_getIDblock(), pst_ff_getIDblock_dec(), pst_fwrite(), pst_index_ll, pst_load_index(), pst_open(), pstfile, and xmalloc(). |