summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 9d1f8c507..9061f5044 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -218,4 +218,6 @@ void ShowNewGRFSettings(bool editable, bool show_params, bool exec_changes, GRFC
GRFTextWrapper *FindUnknownGRFName(uint32 grfid, uint8 *md5sum, bool create);
#endif /* ENABLE_NETWORK */
+void UpdateNewGRFScanStatus(uint num, const char *name);
+
#endif /* NEWGRF_CONFIG_H */