00001 /********************************** */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 2005: */ 00004 /* Amon Ott <ao@rsbac.org> */ 00005 /* Missing Cap logging */ 00006 /* Last modified: 27/May/2005 */ 00007 /********************************** */ 00008 00009 #ifndef __RSBAC_LOG_CAP_H 00010 #define __RSBAC_LOG_CAP_H 00011 00012 void rsbac_log_missing_cap(int cap); 00013 00014 #endif