3 * Copyright (C) James R. Leu 2002
6 * This software is covered under the LGPL, for more
7 * info check out http://www.gnu.org/copyleft/lgpl.html
10 #ifndef _MPLS_MM_IMPL_H_
11 #define _MPLS_MM_IMPL_H_
13 #include "mpls_struct.h"
19 extern void *mpls_malloc(const mpls_size_type size
);
24 extern void mpls_free(void *mem
);