mirror of
https://gogs.blitter.com/RLabs/goutmp
synced 2024-08-14 19:26:41 +00:00
Update 'README.md'
This commit is contained in:
parent
f388f970e4
commit
2b9cd1bafd
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ Golang bindings for basic login/utmp accounting
|
|||
|
||||
type UtmpEntry struct{ ... }
|
||||
|
||||
func Put_lastlog_entry(app string, usr string, host string)
|
||||
func Put_lastlog_entry(app, usr, ptsname, host string)
|
||||
func Unput_utmp(entry UtmpEntry)
|
||||
func Put_utmp(user string, host string) UtmpEntry
|
||||
func Put_utmp(user, ptsname, host string) UtmpEntry
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue