CUDA Toolkit 0.8 dll and h mismatched on Windows CUDA Toolkit 0.8 dll and h mismatched on

I have installed NVIDIA CUDA Toolkit 0.8 from NVIDIA_SDK10_CUDA_070215.exe

The precompiled DLL seems different of the includes

I have verified so far

CUDA.DLL
cuda.dll (size 172032) exports these functions not in the headers .h
cuEventCreate
cuEventDestroy
cuEventSignal
cuFuncAttribGeti
cuFuncAttribSeti
cuTriggerCreate
cuTriggerWait
cuTriggerWrite

These fonctions in cuda.h are not in cuda.dll
cuTexRefGetFormat
cuCtxDetach

The cuEventCreate cuEventDestroy… cuTriggerWrite are they obsolete ?

It would be nice to have version ressource in cuda.dll and others dlls.