summaryrefslogtreecommitdiff
path: root/libmultipath/file.h
blob: 3c75c9050bd56e7c1da22df91bf63d9f6f86381b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2010 Benjamin Marzinski, Redhat
 */

#ifndef _FILE_H
#define _FILE_H

#include <sys/stat.h>

#define FILE_TIMEOUT 30
int ensure_directories_exist(const char *str, mode_t dir_mode);
int open_file(const char *file, int *can_write, const char *header);

#endif /* _FILE_H */