Changeset 16558


Ignore:
Timestamp:
06/14/12 01:52:38 (12 years ago)
Author:
nit
Message:

[titan] aktivate blacklist func

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r16530 r16558  
    22#define GLOBAL_H
    33
    4 /*
    54struct blacklist* readblacklist(char* filename)
    65{
    76  char* tmpstr = NULL;
    87  struct splitstr* ret = NULL;
     8        struct blacklist* newnode = NULL;
    99  int i = 0, count = 0;
    1010 
     
    3838}
    3939
    40 freeblacklist(struct blacklist* node)
     40void freeblacklist(struct blacklist* node)
    4141{
    4242  if(node != NULL)
     
    4848  }
    4949}
    50 */
    5150
    5251unsigned int gethash(char* str)
Note: See TracChangeset for help on using the changeset viewer.