diff options
author | jaortega <jaortega> | 2000-12-17 15:12:37 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2000-12-17 15:12:37 +0000 |
commit | b1a65af9a959b8d19046e8fe5990e0e3432104ac (patch) | |
tree | 8064f03c17271badbaac02f9f17c485f96e2e843 /mixlib/mix_code_file.h | |
parent | 40e364e97b179df231b6abbc774326e10759b814 (diff) | |
download | mdk-b1a65af9a959b8d19046e8fe5990e0e3432104ac.tar.gz mdk-b1a65af9a959b8d19046e8fe5990e0e3432104ac.tar.bz2 |
bugs corrected
Diffstat (limited to 'mixlib/mix_code_file.h')
-rw-r--r-- | mixlib/mix_code_file.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mixlib/mix_code_file.h b/mixlib/mix_code_file.h index 34c0f21..525ebc3 100644 --- a/mixlib/mix_code_file.h +++ b/mixlib/mix_code_file.h @@ -97,6 +97,10 @@ mix_code_file_write_next_ins(mix_code_file_t *file, mix_word_t ins, extern gboolean mix_code_file_set_address(mix_code_file_t *file, mix_address_t address); +/* get details about the source file */ +extern const gchar * +mix_code_file_get_source_path (const mix_code_file_t *file); + #endif /* MIX_CODE_FILE_H */ |