2022-02-07 23:17:22 +01:00
|
|
|
/*
|
|
|
|
* C SUPPORT FUNCTIONS
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define BUFFER_SIZE 8192
|
|
|
|
|
|
|
|
/* --------------------------------------------------------- */
|
|
|
|
|
2023-12-18 00:49:51 +01:00
|
|
|
int display_sf_info(SF_INFO *psf, char *text, int bla);
|
2022-02-07 23:17:22 +01:00
|
|
|
|
|
|
|
void print_version(char *title);
|
|
|
|
|
2023-01-03 21:59:38 +01:00
|
|
|
int check_textfile_validity(char *filename, int what);
|
|
|
|
|
2022-02-07 23:17:22 +01:00
|
|
|
/* --------------------------------------------------------- */
|