From b2ae5b197ef3c9753e044f98d7973829d4848dba Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 13:41:02 +0000 Subject: (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics --- functions.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 04d255f29..164c5f634 100644 --- a/functions.h +++ b/functions.h @@ -249,9 +249,6 @@ enum { }; void ShowSaveLoadDialog(int mode); -void ttd_strlcpy(char *dst, const char *src, size_t size); -void ttd_strlcat(char *dst, const char *src, size_t size); - // callback from drivers that is called if the game size changes dynamically void GameSizeChanged(void); bool FileExists(const char *filename); -- cgit v1.2.3-70-g09d2