mirror of https://github.com/XEphem/XEphem.git
30 lines
741 B
C
30 lines
741 B
C
/* $XConsortium: PrintSI.h /main/2 1996/05/06 15:24:23 drk $ */
|
|
/*
|
|
* (c) Copyright 1996 Digital Equipment Corporation.
|
|
* (c) Copyright 1996 Hewlett-Packard Company.
|
|
* (c) Copyright 1996 International Business Machines Corp.
|
|
* (c) Copyright 1996 Sun Microsystems, Inc.
|
|
* (c) Copyright 1996 Novell, Inc.
|
|
* (c) Copyright 1996 FUJITSU LIMITED.
|
|
* (c) Copyright 1996 Hitachi.
|
|
*/
|
|
#ifndef _XmPrintSI_h
|
|
#define _XmPrintSI_h
|
|
|
|
#include <Xm/PrintSP.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern XContext _XmPrintScreenToShellContext;
|
|
extern Cardinal _XmPrintShellCounter ;
|
|
|
|
#ifdef __cplusplus
|
|
} /* Close scope of 'extern "C"' declaration which encloses file. */
|
|
#endif
|
|
|
|
#endif /* _XmPrintSI_h */
|
|
/* DON'T ADD STUFF AFTER THIS #endif */
|
|
|