3
0
mirror of https://github.com/FreifunkFranken/macnocker.git synced 2023-07-24 21:31:47 +02:00
macnocker/macstorage.h

11 lines
174 B
C
Raw Normal View History

2018-04-02 14:10:33 +02:00
#ifndef _MACSTORAGE_H
#define _MACSTORAGE_H
#include <stdint.h>
void macStorage_add(uint8_t mac[]);
void macStorage_stop();
void macStorage_run();
#endif // _MACSTORAGE_H