ng_UI.c (859a4d166c0fc97b248bf33c8745b7494934b0bf) ng_UI.c (589f6ed8ce4b9da11cbdce95d6dcf9ad45792175)
1
2/*
3 * ng_UI.c
4 *
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

--- 63 unchanged lines hidden (view full) ---

72static ng_rcvmsg_t ng_UI_rcvmsg;
73static ng_shutdown_t ng_UI_rmnode;
74static ng_newhook_t ng_UI_newhook;
75static ng_rcvdata_t ng_UI_rcvdata;
76static ng_disconnect_t ng_UI_disconnect;
77
78/* Node type descriptor */
79static struct ng_type typestruct = {
1
2/*
3 * ng_UI.c
4 *
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

--- 63 unchanged lines hidden (view full) ---

72static ng_rcvmsg_t ng_UI_rcvmsg;
73static ng_shutdown_t ng_UI_rmnode;
74static ng_newhook_t ng_UI_newhook;
75static ng_rcvdata_t ng_UI_rcvdata;
76static ng_disconnect_t ng_UI_disconnect;
77
78/* Node type descriptor */
79static struct ng_type typestruct = {
80 NG_VERSION,
80 NG_ABI_VERSION,
81 NG_UI_NODE_TYPE,
82 NULL,
83 ng_UI_constructor,
84 ng_UI_rcvmsg,
85 ng_UI_rmnode,
86 ng_UI_newhook,
87 NULL,
88 NULL,

--- 164 unchanged lines hidden ---
81 NG_UI_NODE_TYPE,
82 NULL,
83 ng_UI_constructor,
84 ng_UI_rcvmsg,
85 ng_UI_rmnode,
86 ng_UI_newhook,
87 NULL,
88 NULL,

--- 164 unchanged lines hidden ---