blob: 502fd34ad4fb54b00eec232b3be02ea4eb016892 [file] [log] [blame]
#ifndef MPLS_H_
#define MPLS_H_
#ifdef __cplusplus
extern "C" {
#endif
extern const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen);
extern int mpls_pton(int af, const char *src, void *addr, size_t alen);
#ifdef __cplusplus
}
#endif
#endif