diff --git a/include/exstubs.h b/include/exstubs.h index 9492c31f..d9924a7e 100644 --- a/include/exstubs.h +++ b/include/exstubs.h @@ -309,7 +309,7 @@ typedef struct _DrmDriverOps { } DrmDriverOps; /** Implement this stub to return the DRI driver operations */ -DrmDriverOps* __dri_ex_driver_get (const char* driver_name, int device_fd); +DrmDriverOps* __drm_ex_driver_get (const char* driver_name, int device_fd); /** @} end of external_stubs_dri */