(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -9,6 +9,6 @@ typedef void* (*OTTDThreadFunc)(void*);
|
||||
|
||||
OTTDThread* OTTDCreateThread(OTTDThreadFunc, void*);
|
||||
void* OTTDJoinThread(OTTDThread*);
|
||||
void OTTDExitThread(void);
|
||||
void OTTDExitThread();
|
||||
|
||||
#endif /* THREAD_H */
|
||||
|
Reference in New Issue
Block a user