summaryrefslogtreecommitdiffstats
path: root/libelf/gelf_getlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/gelf_getlib.c')
-rw-r--r--libelf/gelf_getlib.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libelf/gelf_getlib.c b/libelf/gelf_getlib.c
index 880817e6..a8ac4785 100644
--- a/libelf/gelf_getlib.c
+++ b/libelf/gelf_getlib.c
@@ -1,5 +1,5 @@
/* Get library from table at the given index.
- Copyright (C) 2004, 2005, 2009, 2014 Red Hat, Inc.
+ Copyright (C) 2004, 2005, 2009, 2014, 2015 Red Hat, Inc.
This file is part of elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2004.
@@ -39,10 +39,7 @@
GElf_Lib *
-gelf_getlib (data, ndx, dst)
- Elf_Data *data;
- int ndx;
- GElf_Lib *dst;
+gelf_getlib (Elf_Data *data, int ndx, GElf_Lib *dst)
{
if (data == NULL)
return NULL;