aboutsummaryrefslogtreecommitdiffstats
path: root/src/prelinktab.h
blob: a4042921aaa2704e9ffea9d79120572fe8baf548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (C) 2001 Red Hat, Inc.
   Written by Jakub Jelinek <jakub@redhat.com>, 2001.

* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef PRELINKTAB_H
#define PRELINKTAB_H

#include "hashtab.h"
#include "prelink.h"

extern htab_t prelink_devino_htab, prelink_filename_htab;
extern int prelink_entry_count;

#endif /* PRELINKTAB_H */