// Composite - The core of XRENDER
-void vncHooksComposite(CARD8 op, PicturePtr pSrc, PicturePtr pMask,
+static void vncHooksComposite(CARD8 op, PicturePtr pSrc, PicturePtr pMask,
PicturePtr pDst, INT16 xSrc, INT16 ySrc, INT16 xMask,
INT16 yMask, INT16 xDst, INT16 yDst, CARD16 width, CARD16 height)
{
// Glyphs - Glyph specific version of Composite (caches and whatnot)
-void vncHooksGlyphs(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
+static void vncHooksGlyphs(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int nlists,
GlyphListPtr lists, GlyphPtr * glyphs)
{