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:
authorStephen Swaney <sswaney@centurytel.net>2007-03-21 17:25:31 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-03-21 17:25:31 +0300
commit145f474c5f6cebd0967ea13e7dd44de0dedd7a6c (patch)
tree775c5e3143130cc80688495aa5446894ea0425b6 /source/blender/python/api2_2x/Library.h
parentab005dadd5878fe77d0654a3d5dd3d6ab49ea604 (diff)
fix compiler warning: implicit declaration of oldLibrary_Init()
Diffstat (limited to 'source/blender/python/api2_2x/Library.h')
-rw-r--r--source/blender/python/api2_2x/Library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Library.h b/source/blender/python/api2_2x/Library.h
index 28d4c34c9c6..4814bf1410c 100644
--- a/source/blender/python/api2_2x/Library.h
+++ b/source/blender/python/api2_2x/Library.h
@@ -70,6 +70,8 @@ extern PyTypeObject LibraryData_Type;
/* Module Blender.Library - public functions */
/*****************************************************************************/
PyObject *Library_Init( void );
+PyObject *oldLibrary_Init( void );
+
PyObject *LibraryData_importLibData( BPy_LibraryData *self, char *name,
int mode, Scene *scene );