diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-02-27 16:35:04 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-02-27 16:35:04 +0200 |
commit | b7a22e555f7d287edec0ae7c816de16ca74d2941 (patch) | |
tree | 88efaea460abd666ec1ecbbf54ad50c854919dea /src/apk_blob.h | |
parent | 1074c4d32680e2a80dc2e2266f8499bbba6acbc0 (diff) | |
download | apk-tools-b7a22e555f7d287edec0ae7c816de16ca74d2941.tar.gz apk-tools-b7a22e555f7d287edec0ae7c816de16ca74d2941.tar.bz2 apk-tools-b7a22e555f7d287edec0ae7c816de16ca74d2941.tar.xz apk-tools-b7a22e555f7d287edec0ae7c816de16ca74d2941.zip |
solver, test: implements more provides things, add tests
ref #574
Diffstat (limited to 'src/apk_blob.h')
-rw-r--r-- | src/apk_blob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_blob.h b/src/apk_blob.h index 23bff3f..e22a2f4 100644 --- a/src/apk_blob.h +++ b/src/apk_blob.h @@ -27,6 +27,7 @@ struct apk_blob { }; typedef struct apk_blob apk_blob_t; typedef int (*apk_blob_cb)(void *ctx, apk_blob_t blob); +extern apk_blob_t apk_null_blob; #define BLOB_FMT "%.*s" #define BLOB_PRINTF(b) (int)(b).len, (b).ptr |