aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fs.h
blob: b71889f79089c1cb288fddf6f78be8b7a0b07fb9 (plain)
1
2
3
4
5
6
7
#ifndef DUCC_FS_H
#define DUCC_FS_H

// 'ext' must include '.'.
char* replace_extension(const char* file_name, const char* ext);

#endif