diff options
| author | charles forsyth <charles.forsyth@gmail.com> | 2015-06-13 16:34:09 +0100 |
|---|---|---|
| committer | charles forsyth <charles.forsyth@gmail.com> | 2015-06-13 16:34:09 +0100 |
| commit | 62d7827bc358c000db9ff48fe61bd28ac352a884 (patch) | |
| tree | 3369436e1f4ccfabd4bd5a58632d26934b868688 /appl/cmd/auth/logind.b | |
| parent | 15cdcc9295cbd45a03f77559b9de402033858a41 (diff) | |
mkfiles/mkfile-Linux-386
Diffstat (limited to 'appl/cmd/auth/logind.b')
| -rw-r--r-- | appl/cmd/auth/logind.b | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appl/cmd/auth/logind.b b/appl/cmd/auth/logind.b index f9d14616..1bf17b15 100644 --- a/appl/cmd/auth/logind.b +++ b/appl/cmd/auth/logind.b @@ -13,6 +13,8 @@ include "keyring.m"; kr: Keyring; IPint: import kr; +include "dial.m"; + include "security.m"; ssl: SSL; @@ -62,7 +64,7 @@ init(nil: ref Draw->Context, nil: list of string) kill(tpid, "kill"); } -dologin(c: ref Sys->Connection): string +dologin(c: ref Dial->Connection): string { ivec: array of byte; |
