Crossfire Client, Branches  R11627
Cache_Entry Struct Reference

#include <client.h>

+ Collaboration diagram for Cache_Entry:

Data Fields

uint32 checksum
 
char * filename
 
void * image_data
 
uint32 ispublic:1
 
struct Cache_Entrynext
 

Detailed Description

Definition at line 480 of file client.h.

Field Documentation

uint32 Cache_Entry::checksum

Definition at line 482 of file client.h.

Referenced by image_add_hash(), and image_find_cache_entry().

char* Cache_Entry::filename

Definition at line 481 of file client.h.

Referenced by finish_face_cmd(), image_add_hash(), and image_remove_hash().

void* Cache_Entry::image_data
uint32 Cache_Entry::ispublic

Definition at line 483 of file client.h.

Referenced by finish_face_cmd(), and image_add_hash().

struct Cache_Entry* Cache_Entry::next

Definition at line 485 of file client.h.

Referenced by image_add_hash(), image_find_cache_entry(), and image_remove_hash().


The documentation for this struct was generated from the following file: