user_main: pass remaining arguments to the user program
[model-checker.git] / libthreads.h
index 0c02971342d06ffa903feb01b2d4daadc08754d4..8033a12dc053fe02a223b158934722331da96e8d 100644 (file)
@@ -18,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
 }