diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-12-02 02:19:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-12-02 02:19:25 +0000 |
commit | f7912fb4768f6f35da62cde87cb745bba818e875 (patch) | |
tree | 031e001f7c2605174baeceb654dbd41fbeba8ba8 /bfd | |
parent | 1bbabdad485fe1fd1f78fdce0354121a769a1dc4 (diff) | |
download | gdb-f7912fb4768f6f35da62cde87cb745bba818e875.zip gdb-f7912fb4768f6f35da62cde87cb745bba818e875.tar.gz gdb-f7912fb4768f6f35da62cde87cb745bba818e875.tar.bz2 |
* nlmswap.h: Declare functions.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/nlmswap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/nlmswap.h b/bfd/nlmswap.h index c898f35..97fe52f 100644 --- a/bfd/nlmswap.h +++ b/bfd/nlmswap.h @@ -29,6 +29,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ At the moment this is only needed for one structure, the fixed NLM file header. */ +static void nlm_swap_fixed_header_in PARAMS ((bfd *, PTR, + Nlm_Internal_Fixed_Header *)); +static void nlm_swap_fixed_header_out PARAMS ((bfd *, + Nlm_Internal_Fixed_Header *, + PTR)); + /* Translate an NLM fixed length file header in external format into an NLM file header in internal format. */ |