Add queue.h from NetBSD rev 1.50, verbatim.

This will be used shortly to handle dependencies with xbps-bin.

--HG--
extra : convert_revision : a4e58303b7cc6a2a99c8874d0154fea4bcccbd11
This commit is contained in:
Juan RP 2008-12-22 07:42:34 +01:00
parent 6f707b7d2a
commit a928bf02e2
2 changed files with 705 additions and 7 deletions

View file

@ -42,13 +42,9 @@
/* Default PATH for the plist file to register installed packages. */
#define XBPS_REGPKGDB_DEFPATH "/var/cache/xbps/regpkgdb.plist"
/* API to handle plist files */
#include "plist.h"
/* SHA256 implementation */
#include "sha256.h"
/* NetBSD humanize_number() */
#include "humanize_number.h"
#include "plist.h"
#include "sha256.h"
#include "queue.h"
#endif /* !_XBPS_API_H_ */