afpfs-ng-mac/lib/meta.h

12 lines
169 B
C
Raw Normal View History

2013-03-12 07:08:07 +00:00
#ifndef _META_H_
#define _META_H_
struct query_geticon {
unsigned int filecreator;
unsigned int filetype;
unsigned char icontype;
unsigned short length;
};
#endif