Imported Upstream version 0.7.0
[platform/upstream/libsolv.git] / src / strpool.h
index f96c5c1..fd13bdb 100644 (file)
@@ -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 */