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:
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/BPY_extern_clog.h1
-rw-r--r--source/blender/python/intern/bpy.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/BPY_extern_clog.h b/source/blender/python/BPY_extern_clog.h
index f6ecf634d26..09c845177ad 100644
--- a/source/blender/python/BPY_extern_clog.h
+++ b/source/blender/python/BPY_extern_clog.h
@@ -9,5 +9,6 @@
#pragma once
/* bpy_interface.c */
+
extern struct CLG_LogRef *BPY_LOG_RNA;
extern struct CLG_LogRef *BPY_LOG_CONTEXT;
diff --git a/source/blender/python/intern/bpy.h b/source/blender/python/intern/bpy.h
index bbf699c1f48..313385b7f5d 100644
--- a/source/blender/python/intern/bpy.h
+++ b/source/blender/python/intern/bpy.h
@@ -18,6 +18,7 @@ void BPy_init_modules(struct bContext *C);
extern PyObject *bpy_package_py;
/* bpy_interface_atexit.c */
+
void BPY_atexit_register(void);
void BPY_atexit_unregister(void);