12 lines
261 B
C
12 lines
261 B
C
/*
|
|
* utilfuncs.c
|
|
*
|
|
* new Sat Nov 9 22:15:49 UTC 2024
|
|
*/
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|
|
int check_if_export_dir_is_valid(char *path, int action);
|
|
|
|
/* -------------------------------------------------------------- */
|