home *** CD-ROM | disk | FTP | other *** search
- /* This is file include/stctfns.h created by Extract */
- /* Date: */
-
- /*-------------------------------*/
- /* Including from:source/library/stct.c */
-
- extern void ptk_structcontent ARGS(( Pint wsid, Pint stid, Pint firstel,
- Pint lastel, Pint elemptr, Pint font,
- Pint * error));
-
- extern void ptk_inqstructcontentrange ARGS(( Pint contentstid, Pint * firstel,
- Pint * lastel, Pint * err));
-
- extern void ptk_setstructcontentelemptr ARGS(( Pint contentstid, Pint elemptr));
-
- extern void ptk_inqstructcontentelemptr ARGS(( Pint contentstid,
- Pint * elemptr, Pint * err));
-