rename threads.h -> threads-model.h
[model-checker.git] / libthreads.h
index f6de95bb9fa4f3614f07658b2abe05f8217ec6fa..8033a12dc053fe02a223b158934722331da96e8d 100644 (file)
@@ -1,3 +1,7 @@
+/** @file libthreads.h
+ *  @brief Basic Thread Library Functionality.
+ */
+
 #ifndef __LIBTHREADS_H__
 #define __LIBTHREADS_H__
 
@@ -14,7 +18,7 @@ extern "C" {
        int thrd_yield(void);
        thrd_t thrd_current(void);
 
-       void user_main(void);
+       int user_main(int, char**);
 
 #ifdef __cplusplus
 }