Revision: 14601 Author: adrian.chadd Date: Thu Apr 15 22:06:55 2010 Log: Issue #60 - just remove the duplicate declarations
http://code.google.com/p/lusca-cache/source/detail?r=14601 Modified: /branches/LUSCA_HEAD/libsqname/fqdncache.c /branches/LUSCA_HEAD/libsqname/ipcache.c ======================================= --- /branches/LUSCA_HEAD/libsqname/fqdncache.c Thu Apr 15 21:39:40 2010 +++ /branches/LUSCA_HEAD/libsqname/fqdncache.c Thu Apr 15 22:06:55 2010 @@ -112,8 +112,6 @@ static FREE fqdncacheFreeEntry; static void fqdncacheAddEntry(fqdncache_entry * f); -int fqdncacheFlushAll(void); - hash_table *fqdn_table = NULL; static long fqdncache_low = 180; ======================================= --- /branches/LUSCA_HEAD/libsqname/ipcache.c Thu Apr 15 21:39:40 2010 +++ /branches/LUSCA_HEAD/libsqname/ipcache.c Thu Apr 15 22:06:55 2010 @@ -110,8 +110,6 @@ static void ipcacheUnlockEntry(ipcache_entry *); static void ipcacheRelease(ipcache_entry *); -int ipcacheFlushAll(void); - static ipcache_addrs static_addrs; hash_table *ip_table = NULL; -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
