Commit 16637ac91eeefe3ba9ca40d930cb5048e04418f2

Con Kolivas 2012-12-03T08:14:24

Fix missing export for RenameThread.

1
2
3
4
5
6
7
8
9
10
11
diff --git a/util.h b/util.h
index 8411dd3..d0125ac 100644
--- a/util.h
+++ b/util.h
@@ -53,5 +53,6 @@ bool auth_stratum(struct pool *pool);
 bool initiate_stratum(struct pool *pool);
 void dev_error(struct cgpu_info *dev, enum dev_reason reason);
 void *realloc_strcat(char *ptr, char *s);
+void RenameThread(const char* name);
 
 #endif /* __UTIL_H__ */