comparison: application/settings.h
application/settings.h
- changeset 94
- 7fdf1489b82f
- parent 92
- 43aee6c8c166
equal
deleted
inserted
replaced
209 |
209 |
210 void settings_clear_key(SettingsWindow *settings); |
210 void settings_clear_key(SettingsWindow *settings); |
211 |
211 |
212 |
212 |
213 |
213 |
214 const char* settings_get_cryptoflag(UiBool encrypted); |
214 |
215 const char* settings_get_lockflag(UiBool locked); |
|
216 const char* settings_get_execflag(UiBool executable); |
|
217 |
215 |
218 |
216 |
219 #ifdef __cplusplus |
217 #ifdef __cplusplus |
220 } |
218 } |
221 #endif |
219 #endif |