diff options
| author | David Sommerseth <davids@redhat.com> | 2010-01-08 19:26:58 +0100 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2010-01-08 19:26:58 +0100 |
| commit | 101070880e270118aa1f3992e2734a667dde575e (patch) | |
| tree | 131b0bf9d37c6a8062f210fe622bbd2a679426ac /src/efi.h | |
| parent | 2d69406de843db678c84cb397afab03e0573c468 (diff) | |
| download | python-dmidecode-101070880e270118aa1f3992e2734a667dde575e.tar.gz python-dmidecode-101070880e270118aa1f3992e2734a667dde575e.tar.xz python-dmidecode-101070880e270118aa1f3992e2734a667dde575e.zip | |
More fprintf() -> log_append() porting
Diffstat (limited to 'src/efi.h')
| -rw-r--r-- | src/efi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,6 @@ #define EFI_NOT_FOUND (-1) #define EFI_NO_SMBIOS (-2) -int address_from_efi(size_t * address); +int address_from_efi(Log_t *logp, size_t * address); #endif |
