Changeset 10030
- Timestamp:
- Jan 28, 2010, 1:31:54 PM (12 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/ptrarray.c
r9868 r10030 202 202 void* 203 203 tr_ptrArrayRemoveSorted( tr_ptrArray * t, 204 void * ptr,204 const void * ptr, 205 205 int compare(const void*, const void*) ) 206 206 { -
trunk/libtransmission/ptrarray.h
r9891 r10030 110 110 @return the matching pointer, or NULL if no match was found */ 111 111 void* tr_ptrArrayRemoveSorted( tr_ptrArray * array, 112 void* value,112 const void * value, 113 113 int compare(const void*, const void*) ); 114 114
Note: See TracChangeset
for help on using the changeset viewer.