From: Klaus Kaempf Date: Thu, 14 Feb 2008 13:34:06 +0000 (+0000) Subject: fix and document parameters of Repokey X-Git-Tag: BASE-SuSE-Code-12_1-Branch~931 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a0190efedaa83f7adfeeb56742b077d48229488;p=platform%2Fupstream%2Flibsolv.git fix and document parameters of Repokey --- diff --git a/src/repo.h b/src/repo.h index c3df896..952c706 100644 --- a/src/repo.h +++ b/src/repo.h @@ -22,9 +22,9 @@ typedef struct _Repokey { Id name; - Id type; - Id size; - Id storage; + unsigned int type; /* TYPE_xxx */ + unsigned int size; + unsigned int storage; /* KEY_STORAGE_xxx */ } Repokey; #define KEY_STORAGE_DROPPED 0