mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
reimplement glib functions
This commit is contained in:
parent
5740bcb961
commit
4f90f08491
6 changed files with 126 additions and 6 deletions
10
include/env.h
Normal file
10
include/env.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef _SWAY_ENV_H
|
||||
#define _SWAY_ENV_H
|
||||
|
||||
void env_free(char **envp);
|
||||
|
||||
char **env_get_envp();
|
||||
|
||||
char **env_setenv(char **envp, char *name, char *value);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue