mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-04-05 06:30:32 +02:00
8 lines
174 B
C
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 */
|