Changeset 112 for trunk/lib


Ignore:
Timestamp:
05/03/08 20:22:50 (16 years ago)
Author:
tim
Message:

added path resolution to reglookup-recover

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/lru_cache.c

    r111 r112  
    5656}
    5757
    58 
     58#if 0
    5959static void lru_cache_print(lru_cache* ht)
    6060{
     
    9595  }
    9696}
    97 
     97#endif
    9898
    9999lru_cache* lru_cache_create(uint32_t max_keys, uint32_t secret, bool free_data)
Note: See TracChangeset for help on using the changeset viewer.