Fix 'nice' parameter range: should be -20 to 19, not -19 to 20.
[fio.git] / printing.h
1 #ifndef PRINTING_H
2 #define PRINTING_H
3
4 void gfio_print_results(struct gui_entry *ge);
5
6 #endif