/usr/include/afpfs-ng/map_def.h is in libafpclient-dev 0.8.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #ifndef __MAP_H_
#define __MAP_H_
#include "afp.h"
#define AFP_MAPPING_UNKNOWN 0
#define AFP_MAPPING_COMMON 1
#define AFP_MAPPING_LOGINIDS 2
#define AFP_MAPPING_NAME 3
unsigned int map_string_to_num(char * name);
char * get_mapping_name(struct afp_volume * volume);
#endif
|