mirror of
https://github.com/fairyglade/ly.git
synced 2026-03-23 08:46:04 +00:00
11
src/auth.zig
11
src/auth.zig
@@ -1,16 +1,17 @@
|
||||
const std = @import("std");
|
||||
const build_options = @import("build_options");
|
||||
const builtin = @import("builtin");
|
||||
const ly_core = @import("ly-core");
|
||||
const Environment = @import("Environment.zig");
|
||||
|
||||
const Md5 = std.crypto.hash.Md5;
|
||||
const builtin = @import("builtin");
|
||||
const build_options = @import("build_options");
|
||||
|
||||
const ly_core = @import("ly-core");
|
||||
const interop = ly_core.interop;
|
||||
const SharedError = ly_core.SharedError;
|
||||
const LogFile = ly_core.LogFile;
|
||||
const utmp = interop.utmp;
|
||||
const Utmp = utmp.utmpx;
|
||||
|
||||
const Environment = @import("Environment.zig");
|
||||
|
||||
pub const AuthOptions = struct {
|
||||
tty: u8,
|
||||
service_name: [:0]const u8,
|
||||
|
||||
Reference in New Issue
Block a user