mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
|
package TEST_
|
||
|
prefix S
|
||
|
|
||
|
const TEST_SERVICE_ID = 4;
|
||
|
|
||
|
CanI(OUT int *result) = 1;
|
||
|
WhoAmI(OUT string name<>) = 2;
|
||
|
NewCanI(OUT int *result) = 3;
|
||
|
NewWhoAmI(OUT string name<>) = 4;
|