13#ifndef FC__SETCOMPAT_H
14#define FC__SETCOMPAT_H
20#define setcompat_current_name_from_previous(_old_name_) \
21 setcompat_S3_2_name_from_S3_1(_old_name_)
22#define setcompat_current_val_from_previous(_set_, _old_val_) \
23 setcompat_S3_2_val_from_S3_1(_set_, _old_val_)
const char * setcompat_S3_2_val_from_S3_1(struct setting *pset, const char *val)
const char * setcompat_S3_2_name_from_S3_1(const char *old_name)