diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-10 08:05:57 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-10 08:05:57 +0000 |
| commit | add996f129f27eb9954427aa79099d8e8c934e81 (patch) | |
| tree | c54e1c5058b1294fd73734a0e7f52abcbb58774f | |
| parent | 82656db92d4fcd49d10ffba215e86c910e98a14b (diff) | |
| download | utmps-add996f129f27eb9954427aa79099d8e8c934e81.tar.gz | |
Fix duplicate definition
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rw-r--r-- | src/include/utmps/utmpx.h | 2 |
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 |
