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