mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
55d2c54e03
makes pidl about 3x faster, and also gives us much better error
reporting and a more standard grammer definition that will be much
easier to code in lex/yacc if we want to do so at a later
date. (Parse::Yapp uses essentially the same grammer file as lex/yacc)
It also means we no longer need Parse::RecDescent, which should make
pidl much more portable.
(This used to be commit 4bbaffeb44
)
17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
/*
|
|
w32time interface definitions
|
|
*/
|
|
|
|
[
|
|
uuid(8fb6d884-2388-11d0-8c35-00c04fda2795),
|
|
endpoints(srvsvc,atsvc,browser,keysvc,wkssvc),
|
|
version(4.1)
|
|
]
|
|
interface w32time
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR w32time_Unknown0();
|
|
}
|