File diff r1884:a82518e64689 → r1885:5a3b2b72280f
functions.h
Show inline comments
 
@@ -266,4 +266,7 @@ void DeterminePaths(void);
 
char * CDECL str_fmt(const char *str, ...);
 

	
 
void bubblesort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *));
 
bool CreateOTTDThread(void *func, void *param);
 
void CloseOTTDThread(void);
 
void JoinOTTDThread(void);
 
#endif /* FUNCTIONS_H */