- rename all sat_ to solv_
[platform/upstream/libsolv.git] / ext / solv_xfopen.h
1 #ifndef SOLV_XFOPEN_H
2 #define SOLV_XFOPEN_H
3
4 extern FILE *solv_xfopen(const char *fn, const char *mode);
5 extern FILE *solv_xfopen_fd(const char *fn, int fd, const char *mode);
6
7 #endif