From b1a65af9a959b8d19046e8fe5990e0e3432104ac Mon Sep 17 00:00:00 2001 From: jaortega Date: Sun, 17 Dec 2000 15:12:37 +0000 Subject: bugs corrected --- mixlib/mix_code_file.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mixlib/mix_code_file.h') 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 */ -- cgit v1.2.3