Asterisk - The Open Source Telephony Project
18.5.0
main
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 <
[email protected]
>
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
22
int
load_features_config
(
void
);
23
24
int
reload_features_config
(
void
);
25
26
void
unload_features_config
(
void
);
27
28
#endif
/* FEATURES_CONFIG_H_ */
unload_features_config
void unload_features_config(void)
Definition:
features_config.c:1976
load_features_config
int load_features_config(void)
Definition:
features_config.c:1996
reload_features_config
int reload_features_config(void)
Definition:
features_config.c:1985
Generated on Sun Aug 8 2021 19:43:45 for Asterisk - The Open Source Telephony Project by
1.8.13