aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/elf_symbols_to_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/elf_symbols_to_module.h')
-rw-r--r--src/common/linux/elf_symbols_to_module.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/linux/elf_symbols_to_module.h b/src/common/linux/elf_symbols_to_module.h
index 2e7c0971..861f7252 100644
--- a/src/common/linux/elf_symbols_to_module.h
+++ b/src/common/linux/elf_symbols_to_module.h
@@ -44,13 +44,13 @@ namespace google_breakpad {
class Module;
-bool ELFSymbolsToModule(const uint8_t *symtab_section,
+bool ELFSymbolsToModule(const uint8_t* symtab_section,
size_t symtab_size,
- const uint8_t *string_section,
+ const uint8_t* string_section,
size_t string_size,
const bool big_endian,
size_t value_size,
- Module *module);
+ Module* module);
} // namespace google_breakpad