From c57070122e0863febf7722ef16a16a99b7397864 Mon Sep 17 00:00:00 2001 From: Scoopta Date: Mon, 20 Jan 2020 17:29:33 -0800 Subject: [PATCH] Moved wofi_init() to the internal header --- inc/wofi.h | 2 ++ inc/wofi_api.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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);