aboutsummaryrefslogtreecommitdiff
blob: 38d8d7a25d31d280f30285b46cc29473ef757ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2005-2019 Gentoo Foundation
 * Distributed under the terms of the GNU General Public License v2
 */

#ifndef _PRELINK_H
#define _PRELINK_H 1

#include <stdbool.h>

bool prelink_available(void);
int hash_cb_prelink_undo(int fd, const char *filename);

#endif