]> git.stg.codes - stg.git/blob - include/stg/service_conf.h
Add iconv for 'note', 'email', 'address' and 'group'
[stg.git] / include / stg / service_conf.h
1 #ifndef SERVICE_CONF_H
2 #define SERVICE_CONF_H
3
4 struct SERVICE_CONF
5 {
6 string  name;
7 string  comment;
8 double  cost;
9 int     payDay;
10 };
11
12 #endif //SERVICE_CONF_H
13