summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index a7237a778..415f7a0cc 100644
--- a/functions.h
+++ b/functions.h
@@ -140,7 +140,7 @@ void InitializeLandscapeVariables(bool only_constants);
/* misc.c */
bool IsCustomName(StringID id);
void DeleteName(StringID id);
-char *GetName(int id, char *buff);
+char *GetName(char *buff, StringID id, const char* last);
// AllocateNameUnique also tests if the name used is not used anywere else
// and if it is used, it returns an error.