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

move utils/module function to module/

parent c70a5e10
No related branches found
No related tags found
No related merge requests found
......@@ -41,5 +41,9 @@ extern void regex_get_regex(char *regex, char const *str) ;
extern void regex_get_replace(char *replace, char const *str) ;
extern void regex_rename(stralloc *list, resolve_service_t *res, uint32_t element) ;
extern void regex_replace(stralloc *list, resolve_service_t *res) ;
extern int module_in_cmdline(genalloc *gares, resolve_service_t *res, char const *dir) ;
extern int module_search_service(char const *src, genalloc *gares, char const *name,uint8_t *found, char module_name[256]) ;
extern int module_path(stralloc *sdir, stralloc *mdir, char const *sv,char const *frontend_src, uid_t owner) ;
#endif
get_list.o
module_in_cmdline.o
module_path.o
module_search_service.o
parse_module.o
parse_module_check_dir.o
regex_configure.o
......
File moved
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