From debd0caf9c990d8cd48960a7db3b052dc5f92194 Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Thu, 3 Jul 2008 23:07:29 +0000 Subject: [PATCH] Added constants --- calexium_lib/CXM_message_constants.anubis | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/calexium_lib/CXM_message_constants.anubis b/calexium_lib/CXM_message_constants.anubis index 19a5ccd..53a5a0e 100644 --- a/calexium_lib/CXM_message_constants.anubis +++ b/calexium_lib/CXM_message_constants.anubis @@ -15,6 +15,7 @@ public define Word32 _CXM_PKG_CONTAINER = 0x33770401. public define Word32 _CXM_PKG_HEADER_PART = 0x33770402. // Header Message for Script public define Word32 _CXM_PKG_SCRIPT_PART = 0x33770403. // Main Message for Script public define Word32 _CXM_PKG_S_ADD_FILE = 0x33770404. // script action to add file in the destination +public define Word32 _CXM_PKG_S_RUN = 0x33770405. // script action to run a command public define Word32 _CXM_PKG_INDEX_PART = 0x33770440. // ID of package Index part public define Word32 _CXM_PKG_IDX_ENTRY = 0x33770441. // Index entry information -- libgit2 0.21.4