summaryrefslogtreecommitdiff
path: root/egg/egg-secure-memory-private.h
blob: 7be32cc43d3b59eada3abb24f5d227991530fe0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Copyright 2022 Collabora Ltd. (https://collabora.com)
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program; if not, see <http://www.gnu.org/licenses/>.
 *
 * Author: Corentin Noël <corentin.noel@collabora.com>
 */

#ifndef EGG_SECURE_MEMORY_PRIVATE_H
#define EGG_SECURE_MEMORY_PRIVATE_H

#include <stdlib.h>

void egg_set_secure_warnings (int val);

#endif /* EGG_SECURE_MEMORY_PRIVATE_H */