mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
16 lines
245 B
C
16 lines
245 B
C
|
/* Printing support for the Midnight Commander
|
||
|
*
|
||
|
* Copyright (C) 1998-1999 The Free Software Foundation
|
||
|
*
|
||
|
* Author: Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||
|
*/
|
||
|
|
||
|
#ifndef GPRINT_H
|
||
|
#define GPRINT_H
|
||
|
|
||
|
|
||
|
void gprint_setup_devices (void);
|
||
|
|
||
|
|
||
|
#endif
|