Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4548
Line 60... Line 60...
60
void
60
void
61
_glapi_set_dispatch(struct _glapi_table *dispatch)
61
_glapi_set_dispatch(struct _glapi_table *dispatch)
62
{
62
{
63
   u_current_set((const struct mapi_table *) dispatch);
63
   u_current_set((const struct mapi_table *) dispatch);
64
}
64
}
-
 
65
 
-
 
66
int atexit(void (*func)(void))
-
 
67
{
-
 
68
    return 0;
-
 
69
};