>From 7a737a95e3c9bdfdf18b648678f41911259adceb Mon Sep 17 00:00:00 2001
From: Pauli Nieminen <suok...@gmail.com>
Date: Mon, 20 Jul 2009 14:49:38 +0300
Subject: [PATCH 03/15] libdrm: Add function declaration to header for
drmSetDebugMsgFunction.

---
 libdrm/xf86drm.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libdrm/xf86drm.h b/libdrm/xf86drm.h
index c1d173c..f4d6504 100644
--- a/libdrm/xf86drm.h
+++ b/libdrm/xf86drm.h
@@ -663,6 +663,7 @@ extern int  drmSLLookupNeighbors(void *l, unsigned long key,
 extern int drmOpenOnce(void *unused, const char *BusID, int *newlyopened);
 extern void drmCloseOnce(int fd);
 extern void drmMsg(const char *format, ...);
+extern void drmSetDebugMsgFunction(int (*debug_msg_ptr)(const char
*format, va_list ap));

 extern int drmSetMaster(int fd);
 extern int drmDropMaster(int fd);
-- 
1.6.3.3

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to