blob: c1f2f4b17a0f0ab8ed1b1da732daeb23f5190786 [file] [log] [blame]
Marc-André Lureau0edbfbe2022-05-25 16:41:30 +02001#ifndef CUTILS_H_
2#define CUTILS_H_
3
Marc-André Lureau0edbfbe2022-05-25 16:41:30 +02004int qga_open_cloexec(const char *name, int flags, mode_t mode);
5
6#endif /* CUTILS_H_ */