Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-20 19:17:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-20 19:17:24 +0400
commitda88486c0ba1d3ce460cbc4d1e907a2fa36ccc36 (patch)
tree1373f5ada2b17b20ba5719a9c26d28de5abb41ad /source/blender/python/intern/bpy.h
parentf5bb22d088deed703a21145a258c9d28dda9c4da (diff)
Diffstat (limited to 'source/blender/python/intern/bpy.h')
-rw-r--r--source/blender/python/intern/bpy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy.h b/source/blender/python/intern/bpy.h
index 6844d6637ed..f60146021d3 100644
--- a/source/blender/python/intern/bpy.h
+++ b/source/blender/python/intern/bpy.h
@@ -30,4 +30,5 @@ void BPy_init_modules(void);
extern PyObject *bpy_package_py;
/* bpy_interface_atexit.c */
-void BPY_atexit_init(void);
+void BPY_atexit_register(void);
+void BPY_atexit_unregister(void);