]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - login/programs/xtmp.h
Update.
[thirdparty/glibc.git] / login / programs / xtmp.h
index 8fa982ee4f02e9f24a347d0fa5040a8eb2e12cf4..508993248a18a84f88d40d02325b33194ca89fb2 100644 (file)
@@ -50,7 +50,7 @@ struct xtmp
 
 extern void xtmp_to_utmp (const struct xtmp *xtmp, struct utmp *utmp);
 extern void utmp_to_xtmp (const struct utmp *utmp, struct xtmp *xtmp);
-extern int compare_entry (const struct utmp *xtmp,
+extern int compare_entry (const struct xtmp *xtmp,
                          const struct utmp *utmp);
 
 #endif /* xtmp.h  */