piler/src/extract.h
2012-09-07 15:08:50 +02:00

8 lines
174 B
C

#ifndef _EXTRACT_H
#define _EXTRACT_H
void extract_pdf(struct session_data *sdata, struct _state *state, char *filename, struct __config *cfg);
#endif /* _EXTRACT_H */