OSDN Git Service

drm: don't export internal functions.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 6 Aug 2012 16:22:40 +0000 (18:22 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 26 Sep 2012 09:53:58 +0000 (11:53 +0200)
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
va/drm/va_drm_auth.h
va/drm/va_drm_auth_x11.h
va/drm/va_drm_utils.h

index ef9593c..1aa6989 100644 (file)
 #include <stdint.h>
 #include <stdbool.h>
 
+DLL_HIDDEN
 bool
 va_drm_is_authenticated(int fd);
 
+DLL_HIDDEN
 bool
 va_drm_authenticate(int fd, uint32_t magic);
 
index 879a0dd..530eeed 100644 (file)
@@ -28,6 +28,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 
+DLL_HIDDEN
 bool
 va_drm_authenticate_x11(int fd, uint32_t magic);
 
index d039004..0cb361e 100644 (file)
@@ -60,6 +60,7 @@ extern "C" {
  * @return VA_STATUS_SUCCESS if operation is successful, or another
  *     #VAStatus value otherwise.
  */
+DLL_HIDDEN
 VAStatus
 VA_DRM_GetDriverName(VADriverContextP ctx, char **driver_name_ptr);