X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fgame_uno.h;h=0acbcedadf91ded5e394fe76de439fb623df1469;hp=356fc0054b9aec34bd89bfdee4c67963c276de16;hb=c8e7ce1c57afaebf3996a6712c45f4c89c34ba44;hpb=e77f75ad6cda0f1856710d685895284d694ef70d diff --git a/src/modules/NeonFun.mod/game_uno.h b/src/modules/NeonFun.mod/game_uno.h index 356fc00..0acbced 100644 --- a/src/modules/NeonFun.mod/game_uno.h +++ b/src/modules/NeonFun.mod/game_uno.h @@ -106,7 +106,6 @@ int uno_check_card_valid(struct uno_game *game, struct uno_card *card); void uno_play_card(struct uno_game *game, struct uno_player *player, struct uno_card *card); void uno_event_part(struct ChanUser *chanuser); -void uno_event_quit(struct UserNode *user); void uno_event_freechan(struct ChanNode *chan); #endif