include/er_paths.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 #ifndef ER_PATHS_H
2 #define ER_PATHS_H
3
4 #include <sys/param.h>
5 #include <glib.h>
6
7 er_ret_t er_attach_filter_chain( char *key, GList *filterlist );
8 er_ret_t er_register_path(er_path_t *path, char *key );
9 void er_upd_asparray(void);
10 er_ret_t er_add_filter( er_path_t *pathptr, er_filter_t *filter );
11 er_ret_t er_modify_path( er_path_t *newpath, char *key );
12 er_ret_t er_delete_filter( char *key, unsigned filterid );
13 er_ret_t er_delete_path(char *key );
14 void er_print_paths(char **retbuf);
15 void er_add_exec_arg(er_path_t *pathptr, char *arg);
16
17 #endif /* ER_PATHS_H */