File: kexec-zlib.h

package info (click to toggle)
kexec-tools 1%3A2.0.18-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,704 kB
  • sloc: ansic: 25,718; sh: 3,486; asm: 2,625; cpp: 1,752; makefile: 923
file content (10 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef __KEXEC_ZLIB_H
#define __KEXEC_ZLIB_H

#include <stdio.h>
#include <sys/types.h>

#include "config.h"

char *zlib_decompress_file(const char *filename, off_t *r_size);
#endif /* __KEXEC_ZLIB_H */