summaryrefslogtreecommitdiff
path: root/src/master/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/master/common.h')
-rw-r--r--src/master/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/master/common.h b/src/master/common.h
index e38aa039..47c29a93 100644
--- a/src/master/common.h
+++ b/src/master/common.h
@@ -84,5 +84,7 @@ extern char peer_address [128];
// Print a message to screen, depending on its verbose level
int MsgPrint (msg_level_t msg_level, const char* format, ...);
+void RecordClientStat( const char *address, const char *version, const char *renderer );
+void RecordGameStat( const char *address, const char *dataText );
#endif // #ifndef _COMMON_H_