On 29.11.2013 23:46:57, Ivan Shmakov wrote: > Shouldn’t it be declared as ‘extern’ just as well? (And the > argument names are unnecessary, BTW.) Also, it may make sense > to “pair” it with thread_depress_timeout (), like:
It's used only locally, so I figured extern is not needed. The original forward declaration didn't have an extern. But you're right, it should be extern for consistency.