summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 39a524ab96..5332b42baf 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -29,6 +29,7 @@ void logfile_new_entry( const scorefile_entry &se );
* called from: acr ouch
* *********************************************************************** */
void hiscores_print_list( int display_count = -1, int format = SCORE_TERSE );
+void hiscores_print_all(int display_count = -1, int format = SCORE_TERSE);
// last updated 16feb2001 {gdl}
/* ***********************************************************************