home *** CD-ROM | disk | FTP | other *** search
- /*
- digutil.h
-
- % declarations for DIG utility functions.
-
- 5/16/88 by Ted.
-
- OWL 1.1
- Copyright (c) 1986, 1987, 1988 by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- 3/10/89 ted: Added dig_SubHsecs
- */
- /* -------------------------------------------------------------------------- */
- /* digcursl.c */
- extern void DIGPRIV dig_getcurslines(_arg4(cursortype ctype, opcoord nlines, opcoord *startp, opcoord *endp));
-
- /* digcursl.c */
- extern void DIGPRIV dig_getcursbox(_arg3(win_type win, cursortype ctype, opbox *cursboxp));
-
- /* digpmcli.c */
- extern boolean DIGPRIV copypm_clip(_arg6(ptd_struct *ptd, pmap_type pixmap, opbox *pmboxp,
- opbox *scrboxp, opcoord *pmxp, opcoord *pmyp));
-
- /* digshsec.c */
- extern unsigned dig_SubHsecs(_arg2(unsigned tstart, unsigned time));
-
- /* digflip.c */
- extern void dig_flipshort(_arg1(unsigned short *usp));
- extern byte DIGPRIV dig_testbyteorder(_arg1(void));
-
- /* digscmap.c */
- extern void DIGPRIV dig_shiftcmap(_arg2(ocolmap_type cmap, int nright));
-
- /* digpow2.c */
- extern long DIGPRIV dig_powof2(_arg1(byte power));
- /* -------------------------------------------------------------------------- */
-
-