1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Add file_get_contents function (not used atm yet)

This commit is contained in:
Bram Matthys
2026-04-10 16:53:52 +02:00
parent dbc3182462
commit e39ea1f483
2 changed files with 45 additions and 0 deletions
+1
View File
@@ -1067,6 +1067,7 @@ extern void cm_freeparameter_ex(void **p, char mode, char *str);
extern int file_exists(const char *file);
extern time_t get_file_time(const char *fname);
extern long get_file_size(const char *fname);
extern char *file_get_contents(const char *fname, long *filesize);
extern void free_motd(MOTDFile *motd); /* s_serv.c */
extern void fix_timers(void);
extern const char *chfl_to_sjoin_symbol(int s);