summaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index 447d56b..f49c7e8 100644
--- a/src/game.h
+++ b/src/game.h
@@ -20,6 +20,6 @@
#ifndef DB_GAME_H_
#define DB_GAME_H_
-int db_games_find(char ***games);
+int db_games_find(const char *games_dir, char ***games);
#endif /* DB_GAME_H_ */