Lookups: lazy-load modules
[exim.git] / src / src / structs.h
index 702c7c72c8adf25f44f08d0cc6678699ac825be7..9492dbac23454e9fd202fbcc0df848a887010986 100644 (file)
@@ -742,7 +742,7 @@ to close. */
 
 typedef struct search_cache {
   void   *handle;                 /* lookup handle, or NULL if closed */
-  const lookup_info *li;         /* info struct for search type */
+  const lookup_info * li;        /* info struct for search type */
   tree_node *up;                  /* LRU up pointer */
   tree_node *down;                /* LRU down pointer */
   tree_node *item_cache;          /* tree of cached results */