This commit is contained in:
mcafee%netscape.com 1999-03-18 22:33:04 +00:00
Родитель 038ea25a5a
Коммит f594b18d78
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,9 @@
/* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */
#ifndef nsPrintdGTK_h___
#define nsPrintdGTK_h___
#include <limits.h>
enum { SizeLetter, SizeLegal, SizeExecutive, SizeA4 };
@ -33,3 +36,6 @@ typedef struct unixprdata {
FILE *stream; /* File or Printer */
} UnixPrData;
void UnixPrDialog(UnixPrData *prData);
#endif /* nsPrintdGTK_h___ */

Просмотреть файл

@ -18,6 +18,9 @@
/* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */
#ifndef nsPrintdGTK_h___
#define nsPrintdGTK_h___
#include <limits.h>
enum { SizeLetter, SizeLegal, SizeExecutive, SizeA4 };
@ -33,3 +36,6 @@ typedef struct unixprdata {
FILE *stream; /* File or Printer */
} UnixPrData;
void UnixPrDialog(UnixPrData *prData);
#endif /* nsPrintdGTK_h___ */