summaryrefslogtreecommitdiff
path: root/Xext/xace.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-08-03 14:26:06 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-08-03 14:26:06 -0400
commit45c229f526bf1dafb5e81b50d700449ba4e1613d (patch)
tree958b5f2c0ffcf3747a4e4350a781ad681382c685 /Xext/xace.h
parent96e45626c43b7674b66e0258b0b1730d5ce71357 (diff)
Remove LBX code.
Diffstat (limited to 'Xext/xace.h')
-rw-r--r--Xext/xace.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/Xext/xace.h b/Xext/xace.h
index 8c0695641..68f6dd442 100644
--- a/Xext/xace.h
+++ b/Xext/xace.h
@@ -46,14 +46,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define XACE_SITE_POLICY 10
#define XACE_DECLARE_EXT_SECURE 11
#define XACE_AUTH_AVAIL 12
-#ifndef LBX
#define XACE_NUM_HOOKS 13
-#else /* LBX */
-#define XACE_LBX_EXT_ACCESS 13
-#define XACE_DECLARE_LBX_EXT_SECURE 14
-#define XACE_LBX_PROXY_ACCESS 15
-#define XACE_NUM_HOOKS 16
-#endif
extern CallbackListPtr XaceHooks[XACE_NUM_HOOKS];
@@ -64,9 +57,7 @@ extern int XaceHook(
... /*appropriate args for hook*/
);
-/* Register a callback for a given hook. Extensions do not
- * need to register themselves with XACERegisterExtension()
- * to do this.
+/* Register a callback for a given hook.
*/
#define XaceRegisterCallback(hook,callback,data) \
AddCallback(XaceHooks+(hook), callback, data)