aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-10-04 20:15:13 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-10-04 20:17:19 +0100
commite2dc6dfcd8287f4e61e91b616c1f8feb3aace719 (patch)
tree0cd5ab028b769c0c437de78a64b412de3160a913 /include
parentFix #2763 (diff)
downloadsway-e2dc6dfcd8287f4e61e91b616c1f8feb3aace719.tar.gz
sway-e2dc6dfcd8287f4e61e91b616c1f8feb3aace719.tar.zst
sway-e2dc6dfcd8287f4e61e91b616c1f8feb3aace719.zip
Remove obsolete base64.c file
Diffstat (limited to 'include')
-rw-r--r--include/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/util.h b/include/util.h
index 46ed1533..19d2e7cf 100644
--- a/include/util.h
+++ b/include/util.h
@@ -4,7 +4,6 @@
4#include <stdint.h> 4#include <stdint.h>
5#include <stdbool.h> 5#include <stdbool.h>
6#include <unistd.h> 6#include <unistd.h>
7#include <sys/types.h>
8#include <wlr/types/wlr_output_layout.h> 7#include <wlr/types/wlr_output_layout.h>
9#include <xkbcommon/xkbcommon.h> 8#include <xkbcommon/xkbcommon.h>
10 9
@@ -78,9 +77,6 @@ bool parse_boolean(const char *boolean, bool current);
78 */ 77 */
79char* resolve_path(const char* path); 78char* resolve_path(const char* path);
80 79
81char *b64_encode(const char* binaryData, size_t len, size_t *flen);
82unsigned char *b64_decode(const char *ascii, size_t len, size_t *flen);
83
84bool sway_dir_to_wlr(enum movement_direction dir, enum wlr_direction *out); 80bool sway_dir_to_wlr(enum movement_direction dir, enum wlr_direction *out);
85 81
86#endif 82#endif