Ignore:
Timestamp:
10/07/10 00:44:47 (3 years ago)
Author:
sam
Message:

Implement ReOpenFile? and fix a few Win32 compilation warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/common/ranges.h

    r4253 r4676  
    1515 */ 
    1616 
    17 int *_zz_allocrange(char const *, int *); 
    18 int _zz_isinrange(int, int const *); 
     17int64_t *_zz_allocrange(char const *, int64_t *); 
     18int _zz_isinrange(int64_t, int64_t const *); 
    1919 
Note: See TracChangeset for help on using the changeset viewer.