|
|
Initial revision
/* imagesbr.h - include file for image subroutines */
/*
* $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/others/image/imagesbr.h,v 1.1 2018/04/24 16:12:56 root Exp $
*
*
* $Log: imagesbr.h,v $
* Revision 1.1 2018/04/24 16:12:56 root
* Initial revision
*
* 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"
/* */
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 ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.