Asterisk - The Open Source Telephony Project GIT-master-7e7a603
main/features_config.h
Go to the documentation of this file.
1/*
2* Asterisk -- An open source telephony toolkit.
3*
4* Copyright (C) 2018, CFWare, LLC.
5*
6* Corey Farrell <git@cfware.com>
7*
8* See http://www.asterisk.org for more information about
9* the Asterisk project. Please do not directly contact
10* any of the maintainers of this project for assistance;
11* the project provides a web site, mailing lists and IRC
12* channels for your use.
13*
14* This program is free software, distributed under the terms of
15* the GNU General Public License Version 2. See the LICENSE file
16* at the top of the source tree.
17*/
18
19#ifndef FEATURES_CONFIG_H_
20#define FEATURES_CONFIG_H_
21
22int load_features_config(void);
23
25
26void unload_features_config(void);
27
28#endif /* FEATURES_CONFIG_H_ */
void unload_features_config(void)
int load_features_config(void)
int reload_features_config(void)