Formatting fixes in header files

This commit is contained in:
Søren Sandmann Pedersen
2006-08-26 23:10:10 +00:00
parent e44c9a0167
commit 2c04f6e200
6 changed files with 82 additions and 76 deletions

View File

@ -32,14 +32,12 @@ typedef struct BinSymbol BinSymbol;
/* Binary File */
BinFile * bin_file_new (const char *filename);
void bin_file_free (BinFile *bin_file);
const BinSymbol *bin_file_lookup_symbol (BinFile *bin_file,
gulong address);
ino_t bin_file_get_inode (BinFile *bin_file);
const char * bin_symbol_get_name (BinFile *bin_file,
const BinSymbol *symbol);
BinFile * bin_file_new (const char *filename);
void bin_file_free (BinFile *bin_file);
const BinSymbol *bin_file_lookup_symbol (BinFile *bin_file,
gulong address);
ino_t bin_file_get_inode (BinFile *bin_file);
const char * bin_symbol_get_name (BinFile *bin_file,
const BinSymbol *symbol);
#endif