|
|
1.1 root 1: /* imagesbr.h - include file for image subroutines */
2:
3: /*
4: * $Header: /f/osi/others/image/RCS/imagesbr.h,v 7.0 89/11/23 22:00:00 mrose Rel $
5: *
6: *
7: * $Log: imagesbr.h,v $
8: * Revision 7.0 89/11/23 22:00:00 mrose
9: * Release 6.0
10: *
11: */
12:
13: /*
14: * NOTICE
15: *
16: * Acquisition, use, and distribution of this module and related
17: * materials are subject to the restrictions of a license agreement.
18: * Consult the Preface in the User's Manual for the full terms of
19: * this agreement.
20: *
21: */
22:
23:
24: #include "psap.h"
25: #include "isoaddrs.h"
26: #include "logger.h"
27:
28: /* */
29:
30: extern int debug;
31: extern int errsw;
32:
33: /* GENERAL */
34:
35: extern int recording;
36: extern LLog *pgm_log;
37:
38:
39: /* AKA */
40:
41: void init_aka ();
42:
43: /* DIRECTORY */
44:
45:
46: /* IMAGE */
47:
48: struct type_IMAGE_Image {
49: int width;
50:
51: int height;
52:
53: struct qbuf *data;
54: };
55:
56: struct type_IMAGE_Image *fetch_image ();
57:
58:
59: /* ERRORS */
60:
61: void adios (), advise ();
62:
63:
64: /* MISC */
65:
66: char *strdup ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.