2018-12-30 16:43:04 -08:00
|
|
|
---
|
|
|
|
|
title: master / valid_bind
|
|
|
|
|
---
|
2023-11-25 09:50:24 -08:00
|
|
|
# valid_bind
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### NAME
|
|
|
|
|
|
2018-12-30 16:59:01 -08:00
|
|
|
valid_bind - controls the use of the bind() efun
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### SYNOPSIS
|
|
|
|
|
|
2018-12-30 16:59:01 -08:00
|
|
|
int valid_bind(object binder, object old_owner, object new_owner)
|
2018-12-30 16:43:04 -08:00
|
|
|
|
|
|
|
|
### DESCRIPTION
|
2018-12-30 16:59:01 -08:00
|
|
|
|
2018-12-30 16:43:04 -08:00
|
|
|
This routine is called with 'binder' attempts to use the bind() efun to
|
2019-10-19 01:03:49 -07:00
|
|
|
make a function pointer which belongs to 'old_owner' belong to
|
|
|
|
|
'new_owner'. If this routine returns 1, the call is allowed, otherwise
|
|
|
|
|
an error is generated.
|
|
|
|
|
|