Ignore:
Timestamp:
06/01/07 11:09:07 (5 years ago)
Author:
wd
Message:

Wow, a fully building ircd mode (so far). Some changes:

  • Updated LOTS of copyright notices.
  • Completed the split of channel and user modes
  • That core 'addon' is completely gone
  • Using hard/soft/post dependencies in what seems to me to be a good way.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/include/ithildin/hash.h

    r787 r806  
    6262int hash_delete(hashtable_t *, void *); 
    6363void *hash_find(hashtable_t *, void *); 
     64#define hash_change_cmpfunc(table, func) ((table)->cmpfunc = func) 
    6465#endif 
    6566/* vi:set ts=8 sts=4 sw=4 tw=76 et: */ 
Note: See TracChangeset for help on using the changeset viewer.