aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'function.h')
-rw-r--r--function.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/function.h b/function.h
index 9e5643fc..15c35afe 100644
--- a/function.h
+++ b/function.h
@@ -131,4 +131,10 @@ array_list_t *function_get_named_arguments( const wchar_t *name );
*/
int function_get_shadows( const wchar_t *name );
+/**
+ Creates a new function using the same definition as the specified function.
+ Returns non-zero if copy is successful.
+*/
+int function_copy( const wchar_t *name, const wchar_t *new_name );
+
#endif