Moved wofi_init() to the internal header

This commit is contained in:
Scoopta 2020-01-20 17:29:33 -08:00
parent 5b41ab2ca6
commit c57070122e
2 changed files with 2 additions and 2 deletions

View File

@ -37,4 +37,6 @@
#include <gio/gdesktopappinfo.h> #include <gio/gdesktopappinfo.h>
#include <wlr-layer-shell-unstable-v1-client-protocol.h> #include <wlr-layer-shell-unstable-v1-client-protocol.h>
void wofi_init(struct map* config);
#endif #endif

View File

@ -30,8 +30,6 @@ struct cache_line {
struct wl_list link; struct wl_list link;
}; };
void wofi_init(struct map* config);
char* wofi_parse_image_escapes(const char* text); char* wofi_parse_image_escapes(const char* text);
void wofi_write_cache(const char* mode, const char* cmd); void wofi_write_cache(const char* mode, const char* cmd);