Skip to content
Snippets Groups Projects
Commit 2dccbf7a authored by neil's avatar neil
Browse files

Add declaration for lprofP_close_core_profiler as it's used outside of...

Add declaration for lprofP_close_core_profiler as it's used outside of core_profiler.c in lua50_profiler.c

git-svn-id: http://svn.net-core.org/repos/t-engine4@605 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4a6e965c
No related branches found
No related tags found
No related merge requests found
......@@ -29,3 +29,5 @@ int lprofP_callhookOUT(lprofP_STATE* S);
/* returns true if the file could be opened */
lprofP_STATE* lprofP_init_core_profiler(const char *_out_filename, int isto_printheader, float _function_call_time);
/* used in lua50_profiler.c */
void lprofP_close_core_profiler(lprofP_STATE* S);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment