yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
agt_top.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
3 * Copyright (c) 2012 - 2021, YumaWorks, Inc., All Rights Reserved.
4 *
5 * Unless required by applicable law or agreed to in writing,
6 * software distributed under the License is distributed on an
7 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 * KIND, either express or implied. See the License for the
9 * specific language governing permissions and limitations
10 * under the License.
11 */
12#ifndef _H_agt_top
13#define _H_agt_top
14
15/* FILE: agt_top.h
16*********************************************************************
17* *
18* P U R P O S E *
19* *
20*********************************************************************/
21
29/*********************************************************************
30* *
31* C H A N G E H I S T O R Y *
32* *
33*********************************************************************
34
35date init comment
36----------------------------------------------------------------------
3730-dec-05 abb Begun
38
39*/
40
41#ifndef _H_ses
42#include "ses.h"
43#endif
44
45#ifdef __cplusplus
46extern "C" {
47#endif
48
49/********************************************************************
50* *
51* F U N C T I O N S *
52* *
53*********************************************************************/
54
82extern boolean
84
85
89#ifdef __cplusplus
90} /* end extern 'C' */
91#endif
92
93#endif /* _H_agt_top */
boolean agt_top_dispatch_msg(ses_cb_t **ppscb)
Find the appropriate top node handler and call it.
Definition: agt_top.c:106
NETCONF Session Common definitions module.
Session Control Block.
Definition: ses.h:573