X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fstrpool.h;h=fd13bdb71bc0cd98cce86073f94297e0605f57b0;hb=2491213c77850ed26991b572809a5ca4a61fa89b;hp=f96c5c18a38f01f823161e784b1e6e3775af5a4c;hpb=0e46e80434781d1acbc4f5716827bf8688450a30;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/strpool.h b/src/strpool.h index f96c5c1..fd13bdb 100644 --- a/src/strpool.h +++ b/src/strpool.h @@ -17,7 +17,7 @@ extern "C" { #define STRID_NULL 0 #define STRID_EMPTY 1 -struct _Stringpool +struct s_Stringpool { Offset *strings; /* table of offsets into stringspace, indexed by Id: Id -> Offset */ int nstrings; /* number of ids in strings table */