ES-DE/.flatpak-builder/cache/objects/9c/d0acb3d5b11c030f2c6bd4bdf03c898a2eb44bfd1d8078aa11fa31d910b809.file
2024-07-19 09:55:58 +00:00

18 lines
408 B
Plaintext

/*
* Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#ifndef INCLUDE_allocators_stdalloc_h__
#define INCLUDE_allocators_stdalloc_h__
#include "git2_util.h"
#include "alloc.h"
int git_stdalloc_init_allocator(git_allocator *allocator);
#endif