eid-viewer
eid-viewer library
gtk
photo.h
1
#ifndef EID_VWR_GTK_PHOTO_H
2
#define EID_VWR_GTK_PHOTO_H
3
4
struct
photo_info
5
{
6
void
*raw;
7
int
plen;
8
void
*hash;
9
int
hlen;
10
};
11
12
void
displayphoto(
char
*label,
void
*data,
int
length);
13
void
photohash(
char
*label,
void
*data,
int
length);
14
15
const
struct
photo_info
*photo_get_data();
16
17
#endif
photo_info
Definition:
photo.h:4
Generated by
1.8.13