]> www.wagner.pp.ru Git - oss/catdoc.git/blob - src/ppt.h
Add detection of ZIP-archive and report that this type of file (i.e. OOXML or OpenDoc...
[oss/catdoc.git] / src / ppt.h
1 /**
2  * @file   ppt.h
3  * @author Alex Ott <alexott@gmail.com>
4  * @date   23 äÅË 2004
5  * Version: $Id: ppt.h,v 1.1 2006-02-24 17:44:06 vitus Exp $
6  * Copyright: Alex Ott
7  * 
8  * @brief  definitions of .ppt processing functions
9  * 
10  * 
11  */
12
13 #ifndef _PPT_H
14 #define _PPT_H 1
15
16 #include <stdio.h>
17 #include <math.h>
18
19 void do_ppt(FILE *input,char *filename);
20
21 #endif /* _PPT_H */
22