mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 16:59:08 +00:00
8 lines
168 B
C
8 lines
168 B
C
#ifndef DBI_H
|
|
#define DBI_H
|
|
|
|
void init_dbi_stream(SDbiStream *dbi_stream);
|
|
void parse_dbi_stream(void *parsed_pdb_stream, R_STREAM_FILE *stream_file);
|
|
|
|
#endif // DBI_H
|