diff options
Diffstat (limited to 'src/rmd_threads.h')
-rw-r--r-- | src/rmd_threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rmd_threads.h b/src/rmd_threads.h index e2c103a..6ca2dbd 100644 --- a/src/rmd_threads.h +++ b/src/rmd_threads.h @@ -38,6 +38,7 @@ * \param pdata ProgData struct containing all program data */ void rmdThreads(ProgData *pdata); +void rmdThreadsSetName(const char *name); #endif |