Update 'README.md'

This commit is contained in:
Russtopia 2019-07-06 00:23:16 -07:00
parent f388f970e4
commit 2b9cd1bafd
1 changed files with 2 additions and 2 deletions

View File

@ -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
```