diff options
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r-- | src/lanes_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h index ac05129..1a15969 100644 --- a/src/lanes_private.h +++ b/src/lanes_private.h | |||
@@ -89,4 +89,7 @@ static inline Lane* get_lane_from_registry( lua_State* L) | |||
89 | return s; | 89 | return s; |
90 | } | 90 | } |
91 | 91 | ||
92 | int push_thread_status( lua_State* L, Lane* s); | ||
93 | |||
94 | |||
92 | #endif // __lanes_private_h__ \ No newline at end of file | 95 | #endif // __lanes_private_h__ \ No newline at end of file |