Changeset 860 for releases

Show
Ignore:
Timestamp:
04/25/06 21:50:40 (3 years ago)
Author:
aj
Message:

parameter needs to be unsigned so we can specify -1 for any.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/openct-0.6.7/src/include/openct/openct.h

    r765 r860  
    9393 
    9494extern int              ct_status_clear(unsigned int); 
    95 extern ct_info_t *      ct_status_alloc_slot(unsigned int *); 
     95extern ct_info_t *      ct_status_alloc_slot(int *); 
    9696extern int              ct_status_update(ct_info_t *); 
    9797