1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

genkicat: new option "-t title.ps" to include a title page file

This commit is contained in:
Werner Almesberger
2012-12-21 00:11:14 -03:00
parent afae5c753e
commit 560bf9d64a
4 changed files with 24 additions and 16 deletions

View File

@@ -12,6 +12,6 @@
#ifndef PDF_H
#define PDF_H
void make_pdf(int pdf, int use_portrait);
void make_pdf(int pdf, int use_portrait, const char *title_page);
#endif /* !PDF_H */