diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 18:56:21 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 18:56:21 +0100 |
commit | b5a0c4cefed62fcb67c5f214bed27083a44b012d (patch) | |
tree | c73676ff91f9f51e2367f5ff49ef0ee83ae438a3 /source4/librpc/idl | |
parent | 9692c71aa1552a6415bec185706aa7afdf16c288 (diff) | |
download | samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.tar.gz samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.tar.bz2 samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.zip |
Share object files for gen_ndr.
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/scerpc.idl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/librpc/idl/scerpc.idl b/source4/librpc/idl/scerpc.idl deleted file mode 100644 index 2c3c4f865f..0000000000 --- a/source4/librpc/idl/scerpc.idl +++ /dev/null @@ -1,18 +0,0 @@ -/* - security configuration editor interface definitions -*/ - -[ - uuid("93149ca2-973b-11d1-8c39-00c04fb984f9"), - version(0.0), - pointer_default(unique), - helpstring("Security Configuration Editor") -] -interface scerpc -{ - - /*****************/ - /* Function 0x00 */ - WERROR scerpc_Unknown0(); -} - |