diff options
Diffstat (limited to 'libebl/libeblP.h')
| -rw-r--r-- | libebl/libeblP.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libebl/libeblP.h b/libebl/libeblP.h index 7bb4c376..ff70b679 100644 --- a/libebl/libeblP.h +++ b/libebl/libeblP.h @@ -1,5 +1,5 @@ /* Internal definitions for interface for libebl. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Red Hat, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2005 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -77,9 +77,6 @@ struct ebl # include "ebl-hooks.h" # undef EBLHOOK - /* Size of entry in Sysv-style hash table. */ - int sysvhash_entrysize; - /* Internal data. */ void *dlhandle; }; @@ -90,7 +87,6 @@ typedef const char *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *, size_t); /* gettext helper macros. */ -#undef _ #define _(Str) dgettext ("elfutils", Str) #endif /* libeblP.h */ |
