include/config.h
changeset 11 a769385a59c6
parent 0 586472add385
child 58 500a5ea7fcb8
equal deleted inserted replaced
10:311ea5fa60dd 11:a769385a59c6
    17 };
    17 };
    18 
    18 
    19 typedef struct UserConfig UC;
    19 typedef struct UserConfig UC;
    20 
    20 
    21 int config (UC *, char *);
    21 int config (UC *, char *);
    22 
       
    23 #endif
    22 #endif