#include <dirent.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <sys/stat.h>#include <sys/types.h>#include <cups/ppd.h>#include <zlib.h>#include <ctype.h>#include <fcntl.h>#include <map>#include <string>#include "ycp/y2log.h"#include <ycp/YCPInteger.h>#include "PPDfile.h"#include "PPDdb.h"Defines | |
| #define | y2debug(format, args...) |
Functions | |
| bool | unpackGzipped (const char *fn, const char *new_fn) |
| #define y2debug | ( | format, | |||
| args... | ) |
| bool unpackGzipped | ( | const char * | fn, | |
| const char * | new_fn | |||
| ) |
Unpacks file to temp.
1.5.0