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/blenlib/BLI_cellalloc.h')
-rw-r--r--source/blender/blenlib/BLI_cellalloc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_cellalloc.h b/source/blender/blenlib/BLI_cellalloc.h
index c5cba0c4f00..d2aa7f9ed55 100644
--- a/source/blender/blenlib/BLI_cellalloc.h
+++ b/source/blender/blenlib/BLI_cellalloc.h
@@ -41,10 +41,11 @@
*/
//BMESH_TODO: kill this library before merging with trunk. it's evil! -joeedh
+
void *BLI_cellalloc_malloc(long size, char *tag);
void *BLI_cellalloc_calloc(long size, char *tag);
void BLI_cellalloc_free(void *mem);
void BLI_cellalloc_printleaks(void);
int BLI_cellalloc_get_totblock(void);
void BLI_cellalloc_destroy(void);
-void *BLI_cellalloc_dupalloc(void *mem); \ No newline at end of file
+void *BLI_cellalloc_dupalloc(void *mem);