~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to librpc/idl/keysvc.idl

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  cryptographic key services interface
 
3
*/
 
4
 
 
5
 
 
6
/* Also seen as: 0d72a7d4-6148-11d1-b4aa-00c04fb66ea0 */
 
7
[
 
8
  uuid("8d0ffe72-d252-11d0-bf8f-00c04fd9126b"),
 
9
  pointer_default(unique),
 
10
  version(1.0),
 
11
  helpstring("Cryptographic Key Services")
 
12
]
 
13
interface keysvc
 
14
{
 
15
        WERROR keysvc_Unknown0();
 
16
}