summaryrefslogtreecommitdiffstats
path: root/src/efi.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-01-08 19:26:58 +0100
committerDavid Sommerseth <davids@redhat.com>2010-01-08 19:26:58 +0100
commit101070880e270118aa1f3992e2734a667dde575e (patch)
tree131b0bf9d37c6a8062f210fe622bbd2a679426ac /src/efi.h
parent2d69406de843db678c84cb397afab03e0573c468 (diff)
downloadpython-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/efi.h b/src/efi.h
index 240fb01..dc03834 100644
--- a/src/efi.h
+++ b/src/efi.h
@@ -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