repo.or.cz
/
rlserver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated docs
[rlserver.git]
/
stats.h
blob
51eadf483b9070e68d7bdf12591e3ad60ce19de4
1
#ifndef __RLS_STATS__
2
#define __RLS_STATS__
3
4
struct
session_info
;
5
struct
game_info
;
6
7
void
update_stats
(
const struct
game_info
*
game
,
const struct
session_info
*
sess
);
8
9
#endif