afpfs-ng-mac/lib/meta.h
2013-03-12 00:08:07 -07:00

12 lines
169 B
C

#ifndef _META_H_
#define _META_H_
struct query_geticon {
unsigned int filecreator;
unsigned int filetype;
unsigned char icontype;
unsigned short length;
};
#endif