]> git.proxmox.com Git - libgit2.git/blame - src/allocators/stdalloc.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / src / allocators / stdalloc.h
CommitLineData
8dea1c21
CMN
1/*
2 * Copyright (C) the libgit2 contributors. All rights reserved.
3 *
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
5 * a Linking Exception. For full terms see the included COPYING file.
6 */
eae0bfdc 7
22a2d3d5
UG
8#ifndef INCLUDE_allocators_stdalloc_h__
9#define INCLUDE_allocators_stdalloc_h__
8dea1c21 10
ac3d33df 11#include "common.h"
8dea1c21 12
22a2d3d5
UG
13#include "alloc.h"
14
ac3d33df 15int git_stdalloc_init_allocator(git_allocator *allocator);
8dea1c21
CMN
16
17#endif