Changeset 111 for trunk/lib/range_list.c


Ignore:
Timestamp:
05/01/08 00:06:22 (16 years ago)
Author:
tim
Message:

Switched license to GPLv3

Added early version of new tool, reglookup-recover

Many library changes made to support this new tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/range_list.c

    r106 r111  
    2828#define RANGE_LIST_ALLOC_SIZE 256
    2929
    30 
     30#if 0
    3131static void range_list_print(const range_list* rl)
    3232{
     
    3838  fprintf(stderr, "\n");
    3939}
    40 
     40#endif
    4141
    4242/*
Note: See TracChangeset for help on using the changeset viewer.