aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
blob: 97803920735ac3844a440e8fbeca3c0e0408fe49 (plain)
1
2
3
4
5
6
#ifndef FILEUTILS_H
#define FILEUTILS_H

const char* get_home_dir();

#endif