diff --git a/inc/wofi.h b/inc/wofi.h index 4170182..aa8145a 100644 --- a/inc/wofi.h +++ b/inc/wofi.h @@ -37,4 +37,6 @@ #include #include + +void wofi_init(struct map* config); #endif diff --git a/inc/wofi_api.h b/inc/wofi_api.h index 5455a30..8f77507 100644 --- a/inc/wofi_api.h +++ b/inc/wofi_api.h @@ -30,8 +30,6 @@ struct cache_line { struct wl_list link; }; -void wofi_init(struct map* config); - char* wofi_parse_image_escapes(const char* text); void wofi_write_cache(const char* mode, const char* cmd);