functions declaration with 'extern'

This commit is contained in:
Cooper Yuan 2009-06-22 15:10:57 +08:00
parent 2f6451042d
commit 3a3c7fd52e

View file

@ -157,6 +157,9 @@ extern GLboolean r600CreateContext(const __GLcontextModes * glVisual,
extern GLboolean r700InitChipObject(context_t *context);
extern GLboolean r700SendContextStates(context_t *context);
extern GLboolean r700SendViewportState(context_t *context, int id);
extern GLboolean r700SendRenderTargetState(context_t *context, int id);
extern int r700SetupStreams(GLcontext * ctx);
extern void r700SetupVTXConstants(GLcontext * ctx,
unsigned int nStreamID,