diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
commit | 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 (patch) | |
tree | f6ade4ccbc3af20d825edacfd12b5da8ded8d240 /FICS/rating_conv.h |
FICS 1.6.2
Diffstat (limited to 'FICS/rating_conv.h')
-rw-r--r-- | FICS/rating_conv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FICS/rating_conv.h b/FICS/rating_conv.h new file mode 100644 index 0000000..cf12b27 --- /dev/null +++ b/FICS/rating_conv.h @@ -0,0 +1,11 @@ +/* rating_conv.h */ + + +#ifndef _RATINGCONV_H +#define _RATINGCONV_H + +extern int com_CONVERT_BCF(); +extern int com_CONVERT_ELO(); +extern int com_CONVERT_USCF(); + +#endif /* _RATINGCONV_H */ |