RTRlib
Loading...
Searching...
No Matches
rtrlib_export_private.h
Go to the documentation of this file.
1
2/*
3 * This file is part of RTRlib.
4 *
5 * This file is subject to the terms and conditions of the MIT license.
6 * See the file LICENSE in the top level directory for more details.
7 *
8 * Website: http://rtrlib.realmv6.org/
9 */
10
11#ifndef RTRLIB_EXPORT_H
12#define RTRLIB_EXPORT_H
13
14#define RTRLIB_EXPORT __attribute__((visibility("default")))
15
16#endif