mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Remove obsolete base64.c file
This commit is contained in:
parent
eecebcafc6
commit
e2dc6dfcd8
2 changed files with 0 additions and 225 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
|
|
@ -78,9 +77,6 @@ bool parse_boolean(const char *boolean, bool current);
|
|||
*/
|
||||
char* resolve_path(const char* path);
|
||||
|
||||
char *b64_encode(const char* binaryData, size_t len, size_t *flen);
|
||||
unsigned char *b64_decode(const char *ascii, size_t len, size_t *flen);
|
||||
|
||||
bool sway_dir_to_wlr(enum movement_direction dir, enum wlr_direction *out);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue