add object

This commit is contained in:
PolynomialDivision 2017-11-22 16:11:35 +01:00
parent 4c16b53e5d
commit 8eaba26974
5 changed files with 48 additions and 5 deletions

View file

@ -23,6 +23,7 @@ uint8_t mac_list[MAC_LIST_LENGTH][ETH_ALEN];
// ---------------- Functions ----------
void insert_macs_from_file();
int insert_to_maclist(uint8_t mac[]);
/* Metric */

View file

@ -15,4 +15,6 @@ int hwaddr_aton(const char *txt, uint8_t *addr);
int convert_mac(char *in, char *out);
void write_mac_to_file(char* path, uint8_t addr[]);
#endif