modules/er/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 <glib.h>
   5 
   6 er_ret_t er_attach_filter_chain( char *key, GList *filterlist );
   7 er_ret_t er_register_path(er_path_t *path, char *key );
   8 void er_upd_asparray(void);
   9 er_ret_t er_add_filter( er_path_t *pathptr, er_filter_t *filter );
  10 er_ret_t er_modify_path(  er_path_t *newpath, char *key );
  11 er_ret_t er_delete_filter( char *key,  unsigned filterid );
  12 er_ret_t er_delete_path(char *key );
  13 void er_print_paths(char **retbuf);
  14 void er_add_exec_arg(er_path_t *pathptr, char *arg);
  15 
  16 #endif /* ER_PATHS_H */

/* [<][>][^][v][top][bottom][index][help] */