From 2caa705bebc970e59f2b7500b0b0604cae926ab2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 7 Jun 2018 12:38:22 +0000 Subject: Add utmpxname, change default socket names, ready for 0.0.1.0 --- src/include/utmps/utmpx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/utmps/utmpx.h b/src/include/utmps/utmpx.h index cdc6a8c..d0f3457 100644 --- a/src/include/utmps/utmpx.h +++ b/src/include/utmps/utmpx.h @@ -61,6 +61,7 @@ extern struct utmpx *getutxid (struct utmpx const *) ; extern struct utmpx *getutxline (struct utmpx const *) ; extern struct utmpx *pututxline (struct utmpx const *) ; +extern int utmpxname (char const *) ; extern void updwtmpx (char const *, struct utmpx const *) ; extern void logwtmp (char const *, char const *, char const *) ; -- cgit v1.3.1