modules/up/UP_util.h

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

FUNCTIONS

This source file includes following functions.

   1 #ifdef __cplusplus
   2 extern "C" {
   3 #endif
   4 
   5 GSList *get_attr_list(char * object, char * attr_type);
   6 
   7 GSList * get_mntnfy_vector(GSList * mntners);
   8 
   9 GSList *get_mntners(char * object);
  10 
  11 #ifdef __cplusplus
  12 }
  13 #endif
  14 
  15 GSList * get_updto_vector(GSList * mntners);
  16 

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