|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T i
Length: 945 (0x3b1) Types: TextFile Names: »imagesbr.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/others/image/imagesbr.h«
/* imagesbr.h - include file for image subroutines */ /* * $Header: /f/osi/others/image/RCS/imagesbr.h,v 7.0 89/11/23 22:00:00 mrose Rel $ * * * $Log: imagesbr.h,v $ * Revision 7.0 89/11/23 22:00:00 mrose * Release 6.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #include "psap.h" #include "isoaddrs.h" #include "logger.h" /* \f */ extern int debug; extern int errsw; /* GENERAL */ extern int recording; extern LLog *pgm_log; /* AKA */ void init_aka (); /* DIRECTORY */ /* IMAGE */ struct type_IMAGE_Image { int width; int height; struct qbuf *data; }; struct type_IMAGE_Image *fetch_image (); /* ERRORS */ void adios (), advise (); /* MISC */ char *strdup ();