Changed the relationship between entity-adj-sessios (again)
[mpls-ldp-portable.git] / common / mpls_mm_impl.h
blob2a7cf1e1d6afe74fec9a303f0db84eafce657009
2 /*
3 * Copyright (C) James R. Leu 2002
4 * jleu@mindspring.com
6 * This software is covered under the LGPL, for more
7 * info check out http://www.gnu.org/copyleft/lgpl.html
8 */
10 #ifndef _MPLS_MM_IMPL_H_
11 #define _MPLS_MM_IMPL_H_
13 #include "mpls_struct.h"
16 * in: size
17 * return: void*
19 extern void *mpls_malloc(const mpls_size_type size);
22 * in: mem
24 extern void mpls_free(void *mem);
26 #endif