diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-06-07 13:15:53 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-06-07 13:15:53 +0200 |
| commit | 7a1fd3c9d35005c253ec6b765a988a3e4035ef95 (patch) | |
| tree | 8d7a8cc12fd29b2b2662d77b188c6bdd36de01cc | |
| parent | c3842a41663721414286acbd1395b749fbcc9c99 (diff) | |
Fix function name
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 4814f7f..d8ec431 100644 --- a/src/config.h +++ b/src/config.h @@ -15,6 +15,6 @@ void ftag_config_init(char *config_file); const char *ftag_config_get(enum ftag_config_e key); -void ftag_config_destroy(void); +void ftag_config_finalize(void); #endif |
