diff options
Diffstat (limited to 'sys/netatm/uni/unisig_var.h')
| -rw-r--r-- | sys/netatm/uni/unisig_var.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/netatm/uni/unisig_var.h b/sys/netatm/uni/unisig_var.h index b8d422930250a..1e3d01a7748bb 100644 --- a/sys/netatm/uni/unisig_var.h +++ b/sys/netatm/uni/unisig_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: unisig_var.h,v 1.1 1998/09/15 08:23:13 phk Exp $ + * @(#) $Id: unisig_var.h,v 1.12 1998/07/24 20:24:34 mks Exp $ * */ @@ -276,9 +276,7 @@ int unisig_sigmgr_state __P((struct unisig *, int, KBuffer *)); /* unisig_subr.c */ -void unisig_cause_attr_from_user __P((Atm_attributes *, int)); -void unisig_cause_attr_from_ie __P((Atm_attributes *, - struct ie_generic *)); +void unisig_set_cause_attr __P((Atm_attributes *, int)); int unisig_open_vcc __P((struct unisig *, Atm_connvc *)); int unisig_close_vcc __P((struct unisig *, struct unisig_vccb *)); |
