summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pool.h b/src/pool.h
index 2227bc2..d29f615 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -213,7 +213,8 @@ struct _Pool {
#define REL_FILECONFLICT 21
#define REL_COND 22
#define REL_COMPAT 23
-#define REL_KIND 24 /* for filters only */
+#define REL_KIND 24 /* for filters only */
+#define REL_MULTIARCH 25 /* debian multiarch annotation */
#if !defined(__GNUC__) && !defined(__attribute__)
# define __attribute__(x)