Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / server / vision / memdst.h @ 1428

History | View | Annotate | Download (140 Bytes)

1 936 rcahoon
#ifndef MEMDST_H
2
#define MEMDST_H
3
4
GLOBAL(void)
5
jpeg_memory_dest (j_compress_ptr cinfo, JOCTET* buffer, int bufsize, int* outsize);
6
7
#endif