Skip to content
Snippets Groups Projects
Commit 3a259294 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add env_resolve_conf env_merge_conf function

parent e6c6e7c8
No related branches found
No related tags found
No related merge requests found
......@@ -43,5 +43,6 @@ extern int env_substitute(char const *key, char const *val,exlsn_t *info, char c
extern int env_addkv (const char *key, const char *val, exlsn_t *info) ;
extern size_t build_env(char const *src,char const *const *envp,char const **newenv, char *tmpenv) ;
extern int env_get_from_src(stralloc *modifs,char const *src) ;
extern int env_resolve_conf(stralloc *env, char const *sv,uid_t owner) ;
extern int env_resolve_conf(stralloc *env,uid_t owner) ;
extern int env_merge_conf(char const *dst,char const *file,stralloc *srclist,stralloc *modifs,unsigned int force) ;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment