blob: e69a0aad468c14d3f9bee4c1a2004c3b43525a97 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef QUOTA_STATUS_SETTINGS_H
#define QUOTA_STATUS_SETTINGS_H 1
struct quota_status_settings {
const char *recipient_delimiter;
};
extern const struct setting_parser_info quota_status_setting_parser_info;
#endif
|