Fixed all anonymous structures from public headers.
[silc.git] / lib / silcutil / silclist.h
index ec4d7be15fea364d49d1ba32e4dfafdbd828aeef..cda1123f7fcfdf4338fa8bc1dcb97a32d00f32b8 100644 (file)
@@ -44,7 +44,7 @@
  *    function silc_list_init.
  *
  ***/
-typedef struct {
+typedef struct SilcListStruct {
   void *head;                       /* Start of the list */
   void *tail;                       /* End of the list */
   void *current;                    /* Current pointer in list */