Re-ordered all references in the style selector dialog to have one consistent ordering.
[geda-pcb/whiteaudio.git] / src / hid / ps / ps.h
blob661eaa8d3cf11a148eb561fc64761e2625b87269
1 /* $Id$ */
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);