diff options
Diffstat (limited to 'source/bsp.h')
-rw-r--r-- | source/bsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bsp.h b/source/bsp.h index 868ab20..63a3d19 100644 --- a/source/bsp.h +++ b/source/bsp.h @@ -259,7 +259,7 @@ typedef struct bsp_s { char name[1]; } bsp_t; -bsp_t *BSP_Load( const char *name ); +qerror_t BSP_Load( const char *name, bsp_t **bsp_p ); void BSP_Free( bsp_t *bsp ); const char *BSP_GetError( void ); |