ARB_vertex_program and glext.h

I’ve downloaded the last glext.h file and it seems that there is no support for ARB_vertex_program in it (or maybe it is but I don’t have the latest version?) Is there a way to get all the function types and defines for this extension from other source because I’m quite lazy to start coding myself from the spec? Thanks.

http://www.levp.de/3d/

Mesa comes with a later glext.h than is available at the extension registry. It contains the declarations you require.
www.mesa3d.org

There are headers and a setup library for ARB_vertex_program and ARB_fragment_program here:
http://www.ati.com/developer/sdk/radeonSDK/html/info/Prog3D.html

Hi Dan,

When will the specs to some of the new extensions be made available ? Especially some of the new 9700 extensions.