10 lines
147 B
C
10 lines
147 B
C
|
#ifndef LOCAL_ACL_H
|
||
|
#define LOCAL_ACL_H
|
||
|
|
||
|
#include "acl.h"
|
||
|
#include "settings.h"
|
||
|
#include "hardware.h"
|
||
|
|
||
|
extern void localAcl(String cardID);
|
||
|
|
||
|
#endif
|