Some code got stomped, putting it back. Specifically we need a prototype for UnixPrData() for Solaris/CC.

This commit is contained in:
mcafee%netscape.com 1999-03-31 09:14:07 +00:00
Родитель 3554b4a46a
Коммит 8f86ec98c0
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -18,8 +18,13 @@
/* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */
#ifndef nsPrintdGTK_h___
#define nsPrintdGTK_h___
#include <limits.h>
PR_BEGIN_EXTERN_C
/* stolen from nsPostScriptObj.h. needs to be put somewhere else that
both ps and gtk can see easily */
@ -44,3 +49,8 @@ typedef struct unixprdata {
float bottom; /* bottom margin */
} UnixPrData;
void UnixPrDialog(UnixPrData *prData);
PR_END_EXTERN_C
#endif /* nsPrintdGTK_h___ */

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

@ -18,8 +18,13 @@
/* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */
#ifndef nsPrintdGTK_h___
#define nsPrintdGTK_h___
#include <limits.h>
PR_BEGIN_EXTERN_C
/* stolen from nsPostScriptObj.h. needs to be put somewhere else that
both ps and gtk can see easily */
@ -44,3 +49,8 @@ typedef struct unixprdata {
float bottom; /* bottom margin */
} UnixPrData;
void UnixPrDialog(UnixPrData *prData);
PR_END_EXTERN_C
#endif /* nsPrintdGTK_h___ */