fix small merge wart

This commit is contained in:
Charles Kerr 2007-09-20 16:44:37 +00:00
parent 525580f8af
commit ad71027cbb
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ const char * tr_getTorrentsDirectory( void );
tr_thread* tr_threadNew ( void (*func)(void *), void * arg, const char * name );
void tr_threadJoin ( tr_thread * );
int tr_amInThread ( const tr_thread * );
int tr_amInThread ( const tr_thread_t * );
tr_lock * tr_lockNew ( void );
void tr_lockFree ( tr_lock * );