xace: Export wrappers around two Xtrans functions used by modules.
Don't know a better way to do this, since Xtrans isn't a library that can be linked into modules.
This commit is contained in:
@@ -85,6 +85,10 @@ void XaceHookAuditEnd(ClientPtr ptr, int result);
|
||||
#define XaceDeleteCallback(hook,callback,data) \
|
||||
DeleteCallback(XaceHooks+(hook), callback, data)
|
||||
|
||||
/* XTrans wrappers for use by security modules
|
||||
*/
|
||||
_X_EXPORT int XaceGetConnectionNumber(ClientPtr ptr);
|
||||
_X_EXPORT int XaceIsLocal(ClientPtr ptr);
|
||||
|
||||
/* From the original Security extension...
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user