about summary refs log tree commit diff stats
path: root/src/teliva.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/teliva.h')
-rw-r--r--src/teliva.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/teliva.h b/src/teliva.h
index 6484298..2821c49 100644
--- a/src/teliva.h
+++ b/src/teliva.h
@@ -163,7 +163,8 @@ extern void save_to_current_definition_and_editor_buffer(lua_State* L, const cha
 extern void save_editor_state(int rowoff, int coloff, int cy, int cx);
 
 extern void assign_call_graph_depth_to_name(lua_State* L, int depth, const char* name);
-extern void save_caller(lua_State* L, const char* name);
+extern void save_caller(lua_State* L, const char* name, int call_graph_depth);
+extern void draw_callers_of_current_definition(lua_State* L);
 extern void append_to_audit_log(lua_State* L, const char* buffer);
 
 /* Standard UI elements */