diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 250129f84d..59c542255d 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -123,6 +123,8 @@ interface epmapper /**********************/ /* Function 0x03 */ + const int EPMAPPER_MAP_FAILED = 0x16c9a0d6; + typedef struct { epm_twr_t *twr; } epm_twr_p_t; |