repo.or.cz
/
geda-pcb
/
whiteaudio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-ordered all references in the style selector dialog to have one consistent ordering.
[geda-pcb/whiteaudio.git]
/
src
/
hid
/
ps
/
ps.h
blob
661eaa8d3cf11a148eb561fc64761e2625b87269
1
/* $Id$ */
2
3
extern
HID ps_hid
;
4
extern
void
ps_hid_export_to_file
(
FILE
*,
HID_Attr_Val
*);
5
extern
void
ps_start_file
(
FILE
*);
6
extern
void
ps_calibrate_1
(
double
,
double
,
int
);
7
extern
void
hid_eps_init
();
8
void
ps_ps_init
(
HID
*
hid
);