Add ENABLE_COMPLEX_DEPS flag
[platform/upstream/libsolv.git] / src / queue.h
index 7e56035..8b1ef08 100644 (file)
@@ -19,7 +19,7 @@
 extern "C" {
 #endif
 
-typedef struct _Queue {
+typedef struct s_Queue {
   Id *elements;                /* pointer to elements */
   int count;           /* current number of elements in queue */
   Id *alloc;           /* this is whats actually allocated, elements > alloc if shifted */