diff options
| author | Chas Williams <chas@cmd.nrl.navy.mil> | 2003-06-16 20:32:56 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-06-16 20:32:56 -0700 |
| commit | f6932f563d0471b61ebcbffa047dd77495f18205 (patch) | |
| tree | 4ac74984b8d47c36cd62d317cbce0f53c93dc0b6 /include/linux/atmdev.h | |
| parent | e0380eac07f02d327c6c3d218474d3e553321d00 (diff) | |
[ATM]: Remove recvmsg and rename atm_async_release_vcc.
Diffstat (limited to 'include/linux/atmdev.h')
| -rw-r--r-- | include/linux/atmdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h index 16b70b711ffa..d502b81f53f3 100644 --- a/include/linux/atmdev.h +++ b/include/linux/atmdev.h @@ -452,7 +452,7 @@ struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size, int atm_find_ci(struct atm_vcc *vcc,short *vpi,int *vci); int atm_pcr_goal(struct atm_trafprm *tp); -void atm_async_release_vcc(struct atm_vcc *vcc,int reply); +void vcc_release_async(struct atm_vcc *vcc, int reply); #endif /* __KERNEL__ */ |
