[svn-upgrade] Integrating new upstream version, shadow (4.0.0)

This commit is contained in:
nekral-guest
2007-10-07 11:44:51 +00:00
parent 8fee8c57ae
commit 3bc4996775
260 changed files with 36835 additions and 18839 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: commonio.h,v 1.6 2000/09/02 18:40:43 marekm Exp $ */
/* $Id: commonio.h,v 1.7 2001/08/14 21:09:54 malekith Exp $ */
/*
* Linked list entry.
@@ -97,4 +97,6 @@ extern const void *commonio_next(struct commonio_db *);
extern int commonio_close(struct commonio_db *);
extern int commonio_unlock(struct commonio_db *);
extern void commonio_del_entry(struct commonio_db *, const struct commonio_entry *);
extern int commonio_sort_wrt(struct commonio_db *shadow, struct commonio_db *passwd);
extern int commonio_sort(struct commonio_db *db, int (*cmp)(const void *, const void *));