mirror of
https://github.com/mabam/afpfs-ng-mac.git
synced 2025-01-17 13:29:53 +00:00
12 lines
169 B
C
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
|