diff options
| author | Ulrich Drepper <[email protected]> | 2006-07-07 03:43:47 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-07-07 03:43:47 +0000 |
| commit | 28ed895fdc303b2a793506bb1fcdd35d5fd14e70 (patch) | |
| tree | 1385a2d5f0e844e26990b9da92b784ca73c73000 /libebl/libeblP.h | |
| parent | 1d3a64d70c8f2aec1fc3ae26d124823c1ef304a9 (diff) | |
merge of 2d5572f10b65f0ac7fdf54361b4dae41ebbd51d0
and fda3a25581b7bfac581504e9e887e9b97f234f86
Diffstat (limited to 'libebl/libeblP.h')
| -rw-r--r-- | libebl/libeblP.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libebl/libeblP.h b/libebl/libeblP.h index ff70b679..7bb4c376 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 Red Hat, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 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,6 +77,9 @@ struct ebl # include "ebl-hooks.h" # undef EBLHOOK + /* Size of entry in Sysv-style hash table. */ + int sysvhash_entrysize; + /* Internal data. */ void *dlhandle; }; @@ -87,6 +90,7 @@ typedef const char *(*ebl_bhinit_t) (Elf *, GElf_Half, Ebl *, size_t); /* gettext helper macros. */ +#undef _ #define _(Str) dgettext ("elfutils", Str) #endif /* libeblP.h */ |
