diff options
author | Eamon Walsh <ewalsh@epoch.ncsc.mil> | 2004-05-05 20:07:37 +0000 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-21 16:40:06 -0700 |
commit | f83cee0338eca095ad601374a87775be823a2565 (patch) | |
tree | 4209885947e450414bad87dae70c2979d0e8330b /Xext | |
parent | 15c9002d68a7eeb02a6db1f231af7a18a3cf7512 (diff) |
Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/appgroup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Xext/appgroup.h b/Xext/appgroup.h index 39087fe8e..a875068fc 100644 --- a/Xext/appgroup.h +++ b/Xext/appgroup.h @@ -51,7 +51,9 @@ extern ClientPtr XagLeader( ); extern void XagCallClientStateChange( - ClientPtr /* client */ + CallbackListPtr * /* pcbl */, + pointer /* nulldata */, + pointer /* calldata */ ); extern Bool XagIsControlledRoot ( |