aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/utmps/utmpx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utmps/utmpx.h b/src/include/utmps/utmpx.h
index fdc1dbc..6e8c240 100644
--- a/src/include/utmps/utmpx.h
+++ b/src/include/utmps/utmpx.h
@@ -82,7 +82,7 @@ extern void logwtmp (char const *, char const *, char const *) ;
#ifdef _DEFAULT_SOURCE
extern int utmps_getutxent_r (struct utmpx *, struct utmpx **) ;
extern int utmps_getutxid_r (struct utmpx const *, struct utmpx *, struct utmpx **) ;
-extern int utmps_getutxent_r (struct utmpx const *, struct utmpx *, struct utmpx **) ;
+extern int utmps_getutxline_r (struct utmpx const *, struct utmpx *, struct utmpx **) ;
#endif
#ifdef __cplusplus