Added DENY_TEMP access type
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
#ifndef ACCESS_T_H
 | 
					#ifndef ACCESS_T_H
 | 
				
			||||||
#define ACCESS_T_H
 | 
					#define ACCESS_T_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef enum { DENY, ALLOW, ALLOW_TEMP, NDEF } access_t;
 | 
					typedef enum { DENY, ALLOW, ALLOW_TEMP, DENY_TEMP, NDEF } access_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // !ACCESS_T_H
 | 
					#endif // !ACCESS_T_H
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user