X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=daemon.git;a=blobdiff_plain;f=flopen.h;fp=flopen.h;h=3e7fcf85b72111b26ab96ac41a67f0a3e6d31eb4;hp=0000000000000000000000000000000000000000;hb=7162d53967117a8eda4257244327d63f95633783;hpb=0aa9138f10ceb0258291ce0945e207393c2fe4cc diff --git a/flopen.h b/flopen.h new file mode 100644 index 0000000..3e7fcf8 --- /dev/null +++ b/flopen.h @@ -0,0 +1,6 @@ +#ifndef FLOPEN_H_INCLUDED +#define FLOPEN_H_INCLUDED + +int flopen(const char *path, int flags, ...); + +#endif