File: config_utils.h

package info (click to toggle)
scim-unikey 0.3.1%2Bdebian-3.2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 2,504 kB
  • sloc: sh: 10,650; cpp: 7,490; makefile: 171; sed: 16
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#ifndef __CONFIG_UTILS_H__
#define __CONFIG_UTILS_H__

void set_default_config(UnikeyMainSetupOptions* opt);
void read_config(UnikeyMainSetupOptions* opt);
void write_config(UnikeyMainSetupOptions* opt);
int force_engine_to_reload_config();

#endif