diff options
Diffstat (limited to 'src/yalp.idl')
| -rw-r--r-- | src/yalp.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yalp.idl b/src/yalp.idl index 9d87fc2..4c56fbb 100644 --- a/src/yalp.idl +++ b/src/yalp.idl @@ -192,7 +192,7 @@ interface InputPluginInterface { }; /* implemented by UserIdentificationPlugin */ -interface UserIdentificationInterface { +interface AuthPluginInterface { void getInfo(out PluginInfo info, out YalpError err); void userVerify(in string user, in string passwd, out YalpError err, out YalpUser acc); |
