BroadView™ API Guide and Reference Manual
sb_redirector_api.h
Go to the documentation of this file.
1 
9 /*****************************************************************************
10  *
11  * Copyright © 2016 Broadcom. The term "Broadcom" refers
12  * to Broadcom Limited and/or its subsidiaries.
13  *
14  * Licensed under the Apache License, Version 2.0 (the "License");
15  * you may not use this file except in compliance with the License.
16  *
17  * You may obtain a copy of the License at
18  * http://www.apache.org/licenses/LICENSE-2.0
19  *
20  * Unless required by applicable law or agreed to in writing, software
21  * distributed under the License is distributed on an "AS IS" BASIS,
22  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23  * See the License for the specific language governing permissions and
24  * limitations under the License.
25  *
26  ***************************************************************************/
27 
28 #ifndef INCLUDE_SB_REDIRECTOR_API_H
29 #define INCLUDE_SB_REDIRECTOR_API_H
30 
31 #ifdef __cplusplus
32 extern "C"
33 {
34 #endif
35 
36 #include "broadview.h"
37 #include "sbplugin.h"
38 
39 /*****************************************************************/
48 extern BVIEW_STATUS sb_redirector_init ();
49 
50 /*****************************************************************/
66 extern BVIEW_STATUS sb_plugin_register (BVIEW_SB_PLUGIN_t sbPlugin);
67 
68 #ifdef __cplusplus
69 }
70 /* __doxy_func_body_end__ */
71 #endif
72 
73 #endif /* INCLUDE_SB_REDIRECTOR_API_H */
74