1 #ifndef MACUTILS_H
2 #define MACUTILS_H
3 
4 int maccmp( u8b *, u8b *);
5 int maccpy( u8b *, u8b *);
6 int str2mac( u8b *, u8b * );
7 
8 #endif
9