diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 59c542255d..79fb7f3dd1 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -20,6 +20,9 @@ interface epmapper with. */ + const int EPMAPPER_STATUS_NO_MORE_ENTRIES = 0x16c9a0d6; + + /* this guid indicates NDR encoding in a protocol tower */ const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; const string NDR_GUID_VERSION = 2; @@ -123,8 +126,6 @@ interface epmapper /**********************/ /* Function 0x03 */ - const int EPMAPPER_MAP_FAILED = 0x16c9a0d6; - typedef struct { epm_twr_t *twr; } epm_twr_p_t; |