aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/macaddr.h
blob: 517977bbae26da49d50c59fe486785c59801d833 (plain)
1
2
3
4
5
6
#ifndef _OSMO_MACADDR_H
#define _OSMO_MACADDR_H

int osmo_macaddr_parse(uint8_t *out, const char *in);

#endif