Starting to clean up the public API, move private stuff into xbps_api_impl.h.

This commit is contained in:
Juan RP
2010-11-13 03:18:58 +01:00
parent 3b931475c0
commit ffc255b715
31 changed files with 184 additions and 111 deletions

View File

@ -29,6 +29,7 @@
#include <errno.h>
#include <xbps_api.h>
#include "xbps_api_impl.h"
struct sorted_dependency {
SIMPLEQ_ENTRY(sorted_dependency) chain;