aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/patch_code.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-03-19 14:13:38 -0700
committerMcCabe Maxsted2011-03-19 14:13:38 -0700
commitc144b6636342a5e2b4b8bce3e714c96b593f20aa (patch)
tree63f263a8641238ac3ce10974f668e791e869bd3d /linden/indra/llmessage/patch_code.h
parentMerge remote-tracking branch 'armin/exp' into exp (diff)
parentPackage both libz.so.1 and libz.so (symlink) on Linux32. (IMP-790) (diff)
downloadmeta-impy-c144b6636342a5e2b4b8bce3e714c96b593f20aa.zip
meta-impy-c144b6636342a5e2b4b8bce3e714c96b593f20aa.tar.gz
meta-impy-c144b6636342a5e2b4b8bce3e714c96b593f20aa.tar.bz2
meta-impy-c144b6636342a5e2b4b8bce3e714c96b593f20aa.tar.xz
Merge remote-tracking branch 'jacek/exp' into exp
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/patch_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/patch_code.h b/linden/indra/llmessage/patch_code.h
index 82fa6bb..dbfdf70 100644
--- a/linden/indra/llmessage/patch_code.h
+++ b/linden/indra/llmessage/patch_code.h
@@ -46,7 +46,7 @@ void end_patch_coding(LLBitPack &bitpack);
46 46
47void init_patch_decoding(LLBitPack &bitpack); 47void init_patch_decoding(LLBitPack &bitpack);
48void decode_patch_group_header(LLBitPack &bitpack, LLGroupHeader *gopp); 48void decode_patch_group_header(LLBitPack &bitpack, LLGroupHeader *gopp);
49void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph); 49void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph, BOOL b_large_patch);
50void decode_patch(LLBitPack &bitpack, S32 *patches); 50void decode_patch(LLBitPack &bitpack, S32 *patches);
51 51
52#endif 52#endif